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

Function dequantizeBlockwise_fp32

csrc/pythonInterface.cpp:187–191  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

185}
186
187void dequantizeBlockwise_fp32(
188 float* code, unsigned char* A, float* absmax, float* out, int blocksize, const int n, cudaStream_t stream
189) {
190 dequantizeBlockwise<float, General8bit>(code, A, absmax, out, blocksize, n, stream);
191}
192
193void dequantizeBlockwise_fp32_fp4(
194 float* code, unsigned char* A, float* absmax, float* out, int blocksize, const int n, cudaStream_t stream

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected