[Mlir-commits] [mlir] [mlir][GPU] Improve handling of GPU bounds (PR #95166)

Krzysztof Drewniak llvmlistbot at llvm.org
Fri Jun 21 09:52:51 PDT 2024


krzysz00 wrote:

If you set this attribute on a host function, the lowering for host functions will ignore it. If you had a `gpu.thread_id x` in a function that ends up being a host function ... lowering failure, since thhere's no XToLLVM for x86_64

https://github.com/llvm/llvm-project/pull/95166


More information about the Mlir-commits mailing list