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

Function dequantizeBlockwise_bf16

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

Source from the content-addressed store, hash-verified

203}
204
205void dequantizeBlockwise_bf16(
206 float* code, unsigned char* A, float* absmax, bnb_bfloat16* out, int blocksize, const int n, cudaStream_t stream
207) {
208 dequantizeBlockwise<bnb_bfloat16, General8bit>(code, A, absmax, out, blocksize, n, stream);
209}
210
211void dequantizeBlockwise_bf16_fp4(
212 float* code, unsigned char* A, float* absmax, bnb_bfloat16* out, int blocksize, const int n, cudaStream_t stream

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected