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

Function igemmlt_32

csrc/pythonInterface.cpp:223–228  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

221}
222
223int igemmlt_32(
224 cublasLtHandle_t ltHandle, int m, int n, int k, const int8_t* A, const int8_t* B, void* C, float* row_scale,
225 int lda, int ldb, int ldc, cudaStream_t stream
226) {
227 return igemmlt<32, 0>(ltHandle, m, n, k, A, B, C, row_scale, lda, ldb, ldc, stream);
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,

Callers 1

cigemmlt_32Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected