llvm icon indicating copy to clipboard operation
llvm copied to clipboard

[WIP] Add support for JIT-ing in AMD and NVIDIA backends

Open jchlanda opened this issue 1 year ago • 0 comments

This patch provides the following:

  • support for JIT compilation of Nvidia and AMD kernels
  • materialization of specialization constants values, turning them to de-facto compile time constants
  • caching of JIT-compiled kernels

jchlanda avatar Jun 25 '24 10:06 jchlanda