[flang-commits] [flang] [flang][cuda] Add option to disable warp function in semantic (PR #143640)
Zhen Wang via flang-commits
flang-commits at lists.llvm.org
Tue Jun 10 19:16:23 PDT 2025
================
@@ -0,0 +1,8 @@
+! RUN: not bbc -fcuda -fcuda-disable-warp-function %s -o - 2>&1 | FileCheck %s
----------------
wangzpgi wrote:
What does `not bbc` do?
https://github.com/llvm/llvm-project/pull/143640
More information about the flang-commits
mailing list