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

Function cquantize_blockwise_fp16

csrc/pythonInterface.cpp:364–366  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

362}
363
364void cquantize_blockwise_fp16(float* code, half* A, float* absmax, unsigned char* out, int blocksize, const int n) {
365 quantizeBlockwise_fp16(code, A, absmax, out, blocksize, n);
366}
367
368void cquantize_blockwise_fp16_fp4(float* code, half* A, float* absmax, unsigned char* out, int blocksize, const int n) {
369 quantizeBlockwise_fp16_fp4(code, A, absmax, out, blocksize, n);

Callers

nothing calls this directly

Calls 1

quantizeBlockwise_fp16Function · 0.85

Tested by

no test coverage detected