[flang-commits] [flang] [flang][cuda] Update cuf.kernel_launch stream and conversion (PR #136179)

Zhen Wang via flang-commits flang-commits at lists.llvm.org
Thu Apr 17 11:48:53 PDT 2025


================
@@ -139,6 +139,24 @@ llvm::LogicalResult cuf::DeallocateOp::verify() {
   return mlir::success();
 }
 
+//===----------------------------------------------------------------------===//
+// KernelLaunchop
----------------
wangzpgi wrote:

Nit: KernelLaunchOp to be consistent with other ops.

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


More information about the flang-commits mailing list