onnxruntime/onnxruntime/core/mickey
mindest 5b9369e93c
Fix typos according to reviewdog report. (#21335)
### Description
Fix typos based on reviewdog report but with some
exceptions/corrections.
2024-07-22 13:37:32 -07:00
..
blk_q4
cutlass_ext/q4gemm Fix lint C++ actions (#21303) 2024-07-11 09:46:41 +08:00
gemm Fix typos according to reviewdog report. (#21335) 2024-07-22 13:37:32 -07:00
int_util.h Adding a sm80 q4 gemm kernel for small tiles (#20545) 2024-06-12 16:02:26 -07:00
README.md

About Mickey

Playful name for a template library of high performance cuda code that are often shared by various AI operators. The intention is to make this header files only, with no binary impact unless it is instantiated where it is needed.

Currently cuda code are scattered in multiple locations in the repo. Hopefully this can be the starting point of consolidating all cuda code.