Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

Commit bcda465

Browse files
committed
fix typo
Signed-off-by: Sergey V Maslov <[email protected]>
1 parent 4c10505 commit bcda465

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SYCL/Plugin/level-zero-usm-capabilities.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// REQUIRES: gpu, level_zero, level_zero_dev_kit
22
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %level_zero_options %s -o %t.out
3-
// RUN: GPU_RUN_PLACEHOLDER %t.out 2>&1 %GPU_CHECK_PLACEHOLDER
3+
// RUN: %GPU_RUN_PLACEHOLDER %t.out 2>&1 %GPU_CHECK_PLACEHOLDER
44

55
#include <CL/sycl.hpp>
66
#include <iostream>

0 commit comments

Comments
 (0)