MCPcopy Create free account
hub / github.com/bitsandbytes-foundation/bitsandbytes / has_avx512f_cpu

Function has_avx512f_cpu

csrc/pythonInterface.cpp:836–836  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

834#endif
835#if defined(__AVX512F__)
836bool has_avx512f_cpu() { return has_avx512f(); }
837#if defined(__AVX512BF16__)
838bool has_avx512bf16_cpu() { return has_avx512bf16(); }
839#endif

Callers

nothing calls this directly

Calls 1

has_avx512fFunction · 0.85

Tested by

no test coverage detected