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

Guray Ozen llvmlistbot at llvm.org
Fri Jun 21 02:41:08 PDT 2024


grypp wrote:

> That is, the `func.func` is either a host or device function depending on the pipeline's context / if it's in a GPU module / ...

I understand your intention. However, I'm asking if we can use a verifier to ensure that the blocksize attribute cannot be present unless `func.func` is within the `gpu.module`? 

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


More information about the Mlir-commits mailing list