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

Function quantizeBlockwise_bf16

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

Source from the content-addressed store, hash-verified

137}
138
139void quantizeBlockwise_bf16(
140 float* code, bnb_bfloat16* A, float* absmax, unsigned char* out, int blocksize, const int n
141) {
142 quantizeBlockwise<bnb_bfloat16, 0, General8bit>(code, A, absmax, out, nullptr, 0, blocksize, n);
143}
144
145void quantizeBlockwise_bf16_fp4(
146 float* code, bnb_bfloat16* A, float* absmax, unsigned char* out, int blocksize, const int n

Callers 1

cquantize_blockwise_bf16Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected