Skip to content

Commit 84f0f11

Browse files
committed
Improve comment
Signed-off-by: JackAKirk <[email protected]>
1 parent d8aceb1 commit 84f0f11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/test/check_device_code/device_global_const.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// 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 %}
22

3-
// Tests that const T device_global uses const address space for cuda/hip and
3+
// Tests that device_global<const T> uses const address space for cuda/hip and
44
// global address space otherwise
55

66
#include <sycl/sycl.hpp>

0 commit comments

Comments
 (0)