Skip to content

Commit

Permalink
Don't specify (unused) target triple
Browse files Browse the repository at this point in the history
  • Loading branch information
joeatodd committed Nov 6, 2024
1 parent 3e43f4c commit 2425903
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sycl/test/syclcompat/launch/launch_inlining.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
* Description:
* Ensure kernels are inlined
**************************************************************************/
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple -fgpu-inline-threshold=0 %if cl_options %{/clang:-S /clang:-emit-llvm%} %else %{-S -emit-llvm%} %s -o - | FileCheck %s
// RUN: %clangxx -fsycl -fgpu-inline-threshold=0 %if cl_options %{/clang:-S /clang:-emit-llvm%} %else %{-S -emit-llvm%} %s -o - | FileCheck %s
// We set -fgpu-inline-threshold=0 to disable heuristic inlining for the
// purposes of the test
#include <sycl/detail/core.hpp>
Expand Down

0 comments on commit 2425903

Please sign in to comment.