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

Function cint8_vector_quant

csrc/pythonInterface.cpp:551–555  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

549}
550
551void cint8_vector_quant(
552 half* __restrict__ A, int8_t* out, float* rowStats, float threshold, int rows, int cols, cudaStream_t stream
553) {
554 int8VectorQuant(A, out, rowStats, threshold, rows, cols, stream);
555}
556
557void* cget_managed_ptr(size_t bytes) {
558 void* ptr;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected