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

Function cquantize_blockwise_bf16

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

Source from the content-addressed store, hash-verified

408}
409
410void cquantize_blockwise_bf16(
411 float* code, bnb_bfloat16* A, float* absmax, unsigned char* out, int blocksize, const int n
412) {
413 quantizeBlockwise_bf16(code, A, absmax, out, blocksize, n);
414}
415
416void cquantize_blockwise_bf16_fp4(
417 float* code, bnb_bfloat16* A, float* absmax, unsigned char* out, int blocksize, const int n

Callers

nothing calls this directly

Calls 1

quantizeBlockwise_bf16Function · 0.85

Tested by

no test coverage detected