[Mlir-commits] [mlir] [MLIR] Modify lowering of gpu.alloc op to llvm (PR #69969)

Guray Ozen llvmlistbot at llvm.org
Tue Oct 24 06:35:36 PDT 2023


https://github.com/grypp commented:

I'm concerned about this PR. It creates and syncs a `stream`, but it's never used in our runtimes, including the new sycl runtime. 

We should avoid creating and syncing a stream when it's not necessary, as it has overhead.

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


More information about the Mlir-commits mailing list