Skip to content

Commit 1b517aa

Browse files
steffenlarsenAlexeySachkov
authored andcommitted
[SYCL] Remove host run and dependencies from SYCL/Plugin tests (intel#1215)
This commit removes the host run and any assumptions and operations related to the host device from the tests in SYCL/Plugin. Signed-off-by: Larsen, Steffen <[email protected]> Co-authored-by: Sachkov, Alexey <[email protected]>
1 parent 44f15be commit 1b517aa

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

SYCL/Plugin/sycl-partition-info.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
2-
// RUN: %HOST_RUN_PLACEHOLDER %t.out
32
// RUN: %CPU_RUN_PLACEHOLDER %t.out
43
// RUN: %GPU_RUN_PLACEHOLDER %t.out
54
// RUN: %ACC_RUN_PLACEHOLDER %t.out
@@ -30,4 +29,4 @@ int main(void) {
3029
}
3130

3231
return 0;
33-
}
32+
}

0 commit comments

Comments
 (0)