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

Function has_avx512bf16_cpu

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

has_avx512bf16Function · 0.70

Tested by

no test coverage detected