Skip to content

Commit

Permalink
Update kernel-and-program.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
lazvlaale authored Jan 24, 2019
1 parent f321c0f commit d7439d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sycl/test/kernel-and-program/kernel-and-program.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// RUN: %clang -std=c++11 -fsycl %s -o %t.out -lstdc++ -lOpenCL -lsycl
// RUN: env SYCL_DEVICE_TYPE=HOST %t.out
// RUN: %CPU_RUN_PLACEHOLDER %t.out
// RUN: %GPU_RUN_PLACEHOLDER %t.out
// RUNx: %GPU_RUN_PLACEHOLDER %t.out
// RUN: %ACC_RUN_PLACEHOLDER %t.out
//==--- kernel-and-program.cpp - SYCL kernel/program test ------------------==//
//
Expand Down

0 comments on commit d7439d1

Please sign in to comment.