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

Function cdequant_mm_int32_fp16

csrc/pythonInterface.cpp:545–549  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

543}
544
545void cdequant_mm_int32_fp16(
546 int* A, float* rowStats, float* colStats, half* out, half* bias, int numRows, int numCols, cudaStream_t stream
547) {
548 dequant_mm_int32_fp16(A, rowStats, colStats, out, bias, numRows, numCols, stream);
549}
550
551void cint8_vector_quant(
552 half* __restrict__ A, int8_t* out, float* rowStats, float threshold, int rows, int cols, cudaStream_t stream

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected