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