| 520 | } |
| 521 | |
| 522 | Context* get_context() { return new Context(); } |
| 523 | |
| 524 | int 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, |
nothing calls this directly
no outgoing calls
no test coverage detected