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

Function cquantize_blockwise_fp32

csrc/pythonInterface.cpp:376–378  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

374}
375
376void cquantize_blockwise_fp32(float* code, float* A, float* absmax, unsigned char* out, int blocksize, const int n) {
377 quantizeBlockwise_fp32(code, A, absmax, out, blocksize, n);
378}
379
380void cquantize_blockwise_fp32_fp4(
381 float* code, float* A, float* absmax, unsigned char* out, int blocksize, const int n

Callers

nothing calls this directly

Calls 1

quantizeBlockwise_fp32Function · 0.85

Tested by

no test coverage detected