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

Function dequantizeBlockwise_fp16

csrc/pythonInterface.cpp:169–173  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

167}
168
169void dequantizeBlockwise_fp16(
170 float* code, unsigned char* A, float* absmax, half* out, int blocksize, const int n, cudaStream_t stream
171) {
172 dequantizeBlockwise<half, General8bit>(code, A, absmax, out, blocksize, n, stream);
173}
174
175void dequantizeBlockwise_fp16_fp4(
176 float* code, unsigned char* A, float* absmax, half* out, int blocksize, const int n, cudaStream_t stream

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected