Skip to content

Commit d7669ce

Browse files
author
Fábio Mestre
committed
[SYCL][OpenCL] Remove change to e2e test from the OpenCL port
1 parent c94338a commit d7669ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/test-e2e/Basic/subdevice_pi.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ int main(int argc, const char **argv) {
195195
std::string test(argv[1]);
196196
std::string partition_type(argv[2]);
197197

198-
device dev(cpu_selector_v);
198+
device dev(default_selector_v);
199199

200200
std::vector<int> host_mem(1024, 1);
201201
buffer<int, 1> buf(&host_mem[0], host_mem.size());

0 commit comments

Comments
 (0)