[Mlir-commits] [mlir] [mlir][gpu] Add an offloading handler attribute to `gpu.module` (PR #78047)
Fabian Mora
llvmlistbot at llvm.org
Mon Jan 15 03:38:53 PST 2024
fabianmcg wrote:
> We don't have other example than `#gpu.select_object` right?
You're correct, in upstream we don't have more examples.
However, I'm working on adding another one in https://github.com/llvm/llvm-project/pull/78117 . That new one allows the usage of the CUDA RT to launch kernels as well as start adding support for OMP target offload compilation with GPU.
https://github.com/llvm/llvm-project/pull/78047
More information about the Mlir-commits
mailing list