[Mlir-commits] [mlir] [MLIR] Update convert-gpu-to-spirv pass to prepare using GPU compilat… (PR #69941)

Jakub Kuderski llvmlistbot at llvm.org
Fri Oct 27 07:41:04 PDT 2023


================
@@ -54,22 +55,63 @@ void GPUToSPIRVPass::runOnOperation() {
 
   SmallVector<Operation *, 1> gpuModules;
   OpBuilder builder(context);
+
+  auto getTargetEnvFromGPUModuleOp = [=](gpu::GPUModuleOp moduleOp) {
----------------
kuhar wrote:

Can you list the captured variables explicitly?

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


More information about the Mlir-commits mailing list