================ @@ -108,6 +147,31 @@ void GPUToSPIRVPass::runOnOperation() { if (failed(applyFullConversion(gpuModule, *target, std::move(patterns)))) return signalPassFailure(); } + + // In case of OpenCL, gpu.func in original gpu.module needs to replaced with ---------------- silee2 wrote:
Updated comment. https://github.com/llvm/llvm-project/pull/69941 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits