Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions sycl/test/struct_param/struct_kernel_param.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
// 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
// TODO: Uncomment once test is fixed on GPU
// RUNx: %GPU_RUN_PLACEHOLDER %t.out
// RUN: %ACC_RUN_PLACEHOLDER %t.out

//==-struct_kernel_param.cpp-Checks passing structs as kernel params--------==//
Expand All @@ -12,7 +13,6 @@
//
//===----------------------------------------------------------------------===//

// XFAIL: *
#include <CL/sycl.hpp>
#include <cstring>
#include <iostream>
Expand Down