Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
836
bool has_avx512f_cpu() { return has_avx512f(); }
837
#if defined(__AVX512BF16__)
838
bool has_avx512bf16_cpu() { return has_avx512bf16(); }
839
#endif
840
#endif
841
}
Callers
nothing calls this directly
Calls
1
has_avx512bf16
Function · 0.70
Tested by
no test coverage detected