Skip to content

Commit

Permalink
Improve comment
Browse files Browse the repository at this point in the history
Signed-off-by: JackAKirk <jack.kirk@codeplay.com>
  • Loading branch information
JackAKirk committed Nov 14, 2024
1 parent d8aceb1 commit 84f0f11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sycl/test/check_device_code/device_global_const.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// RUN: %clangxx -fsycl -fsycl-device-only %if cuda %{ -fsycl-targets=nvptx64-nvidia-cuda %} %if hip-amd %{ -fsycl-targets=amdgcn-amd-amdhsa -Xsycl-target-backend --offload-arch=gfx90a %} -S -emit-llvm %s -o - | FileCheck %s %if cuda || hip-amd %{ --check-prefixes=CHECK-CONST %}

// Tests that const T device_global uses const address space for cuda/hip and
// Tests that device_global<const T> uses const address space for cuda/hip and
// global address space otherwise

#include <sycl/sycl.hpp>
Expand Down

0 comments on commit 84f0f11

Please sign in to comment.