We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71a64ed commit 43dfbeeCopy full SHA for 43dfbee
sycl/test-e2e/DeviceLib/math_fp64_test.cpp
@@ -5,7 +5,7 @@
5
// RUN: %{build} %{mathflags} -o %t.out
6
// RUN: %{run} %t.out
7
8
-// RUN: %clangxx -fsycl -fsycl-device-lib-jit-link %{mathflags} %s -o %t.out
+// RUN: %clangxx -Wno-error=unused-command-line-argument -fsycl -fsycl-device-lib-jit-link %{mathflags} %s -o %t.out
9
// RUN: %if !gpu %{ %{run} %t.out %}
10
11
#include "math_utils.hpp"
0 commit comments