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

Function cdequantize_blockwise_fp16

csrc/pythonInterface.cpp:352–356  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

350}
351
352void cdequantize_blockwise_fp16(
353 float* code, unsigned char* A, float* absmax, half* out, int blocksize, const int n, cudaStream_t stream
354) {
355 dequantizeBlockwise_fp16(code, A, absmax, out, blocksize, n, stream);
356}
357
358void cdequantize_blockwise_fp16_nf4(
359 float* code, unsigned char* A, float* absmax, half* out, int blocksize, const int n, cudaStream_t stream

Callers

nothing calls this directly

Calls 1

dequantizeBlockwise_fp16Function · 0.85

Tested by

no test coverage detected