"vscode:/vscode.git/clone" did not exist on "813dd09aae74854dd3984226e7301fe804e0b825"
Make the library which generates CK instances for pytorch2 inductor's CK backend usage
Also bundle the CK library and include files with the pip package. The package is pip-installable with `pip install git+https://github.com/tenpercent/composable_kernel@enable-pip` (substitute the repo path and branch if necessary) Testing: `myenv/bin/python3 -m ck4inductor.universal_gemm.gen_instances` (prints a list of instances) `tree myenv/lib/python3.12/site-packages/ck4inductor` (observe the list of sources along the installed package)
Showing
pyproject.toml
0 → 100644
python/ck4inductor/util.py
0 → 100644
Please register or sign in to comment