Skip to content

Commit 063e027

Browse files
committed
Small fix
Signed-off-by: amochalo <anastasiya.mochalova@intel.com>
1 parent 0fc675d commit 063e027

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/test/inline-asm/include/asmhelper.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ bool launchInlineASMTest(F &f, bool requires_particular_sg_size = true) {
102102
cl::sycl::queue deviceQueue(cl::sycl::gpu_selector{});
103103
cl::sycl::device device = deviceQueue.get_device();
104104

105-
#if !defined(INLINE_ASM)
105+
#if defined(INLINE_ASM)
106106
if (!isInlineASMSupported(device)) {
107107
std::cout << "Skipping test\n";
108108
return false;

0 commit comments

Comments
 (0)