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

Function igemmlt_8_rowscale

csrc/pythonInterface.cpp:237–242  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

235}
236
237int igemmlt_8_rowscale(
238 cublasLtHandle_t ltHandle, int m, int n, int k, const int8_t* A, const int8_t* B, void* C, float* row_scale,
239 int lda, int ldb, int ldc, cudaStream_t stream
240) {
241 return igemmlt<8, 1>(ltHandle, m, n, k, A, B, C, row_scale, lda, ldb, ldc, stream);
242}
243
244#endif
245

Callers 1

cigemmlt_8_rowscaleFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected