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

Function get_context

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

Source from the content-addressed store, hash-verified

520}
521
522Context* get_context() { return new Context(); }
523
524int cigemmlt_32(
525 Context* context, int m, int n, int k, const int8_t* A, const int8_t* B, void* C, float* row_scale, int lda,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected