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

Function igemmlt_8

csrc/pythonInterface.cpp:230–235  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

228}
229
230int igemmlt_8(
231 cublasLtHandle_t ltHandle, int m, int n, int k, const int8_t* A, const int8_t* B, void* C, float* row_scale,
232 int lda, int ldb, int ldc, cudaStream_t stream
233) {
234 return igemmlt<8, 0>(ltHandle, m, n, k, A, B, C, row_scale, lda, ldb, ldc, stream);
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,

Callers 1

cigemmlt_8Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected