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

Function gemv_4bit_inference_fp32

csrc/pythonInterface.cpp:321–326  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

319}
320
321void gemv_4bit_inference_fp32(
322 int m, int n, int k, float* A, unsigned char* B, float* absmax, float* datatype, float* out, int lda, int ldb,
323 int ldc, int blocksize, sycl::queue* stream
324) {
325 gemv_4bit_inference<float, 32>(m, n, k, A, B, absmax, datatype, out, lda, ldb, ldc, blocksize, stream);
326}
327
328#endif
329

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected