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

Function cdequantize_blockwise_bf16

csrc/pythonInterface.cpp:428–432  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

426}
427
428void cdequantize_blockwise_bf16(
429 float* code, unsigned char* A, float* absmax, bnb_bfloat16* out, int blocksize, const int n, cudaStream_t stream
430) {
431 dequantizeBlockwise_bf16(code, A, absmax, out, blocksize, n, stream);
432}
433
434void cdequantize_blockwise_bf16_fp4(
435 float* code, unsigned char* A, float* absmax, bnb_bfloat16* out, int blocksize, const int n, cudaStream_t stream

Callers

nothing calls this directly

Calls 1

dequantizeBlockwise_bf16Function · 0.85

Tested by

no test coverage detected