You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We want something like dpexcli compile -m <python module path> -n <kernel function name> -o <llvm output path> to generate llvm code of function without running it.
TODO:
think about passing arguments type
The text was updated successfully, but these errors were encountered:
ZzEeKkAa
changed the title
[testing ] Implement cli tool to generate llvm ir for kernels without running them
[testing] Implement cli tool to generate llvm ir for kernels without running them
Nov 3, 2023
ZzEeKkAa
changed the title
[testing] Implement cli tool to generate llvm ir for kernels without running them
[testing] Implement cli tool to generate llvm IR for kernels without running them
Nov 3, 2023
It is possible to only compile a kernel provided we generate the right signature. Perhaps a solution can be to have a CLI tool that takes a config file to spell out the signature and any extra compile flags.
We want something like
dpexcli compile -m <python module path> -n <kernel function name> -o <llvm output path>
to generate llvm code of function without running it.TODO:
The text was updated successfully, but these errors were encountered: