[flang-commits] [flang] [flang][cuda] Add option to disable warp function in semantic (PR #143640)
Valentin Clement バレンタイン クレメン via flang-commits
flang-commits at lists.llvm.org
Tue Jun 10 19:17:47 PDT 2025
================
@@ -0,0 +1,8 @@
+! RUN: not bbc -fcuda -fcuda-disable-warp-function %s -o - 2>&1 | FileCheck %s
----------------
clementval wrote:
The bbc command will fail since I want to check the error. Adding the not makes the test pass because the return value of the command is checked.
https://github.com/llvm/llvm-project/pull/143640
More information about the flang-commits
mailing list