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

Function cigemmlt_8_rowscale

csrc/pythonInterface.cpp:538–543  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

536}
537
538int cigemmlt_8_rowscale(
539 Context* context, int m, int n, int k, const int8_t* A, const int8_t* B, void* C, float* row_scale, int lda,
540 int ldb, int ldc, cudaStream_t stream
541) {
542 return igemmlt_8_rowscale((cublasLtHandle_t)context->m_handle, m, n, k, A, B, C, row_scale, lda, ldb, ldc, stream);
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

Callers

nothing calls this directly

Calls 1

igemmlt_8_rowscaleFunction · 0.85

Tested by

no test coverage detected