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

Function cdequantize_blockwise_fp32

csrc/pythonInterface.cpp:392–396  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

390}
391
392void cdequantize_blockwise_fp32(
393 float* code, unsigned char* A, float* absmax, float* out, int blocksize, const int n, cudaStream_t stream
394) {
395 dequantizeBlockwise_fp32(code, A, absmax, out, blocksize, n, stream);
396}
397
398void cdequantize_blockwise_fp32_fp4(
399 float* code, unsigned char* A, float* absmax, float* out, int blocksize, const int n, cudaStream_t stream

Callers

nothing calls this directly

Calls 1

dequantizeBlockwise_fp32Function · 0.85

Tested by

no test coverage detected