Skip to content

Commit

Permalink
Update sycl/test/regression/usm_malloc_shared.cpp
Browse files Browse the repository at this point in the history
Signed-off-by: Byoungro So <byoungro.so@intel.com>

Co-Authored-By: Alexey Bader <alexey.bader@intel.com>
  • Loading branch information
bso-intel and bader authored Mar 9, 2020
1 parent d27268a commit e942ffc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions sycl/test/regression/usm_malloc_shared.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
// RUN: %clangxx -fsycl %s -o %t.out
// RUN: env SYCL_DEVICE_TYPE=CPU %t.out
// RUN: env SYCL_DEVICE_TYPE=GPU %t.out
// RUN: env SYCL_DEVICE_TYPE=HOST %t.out
// RUN: %CPU_RUN_PLACEHOLDER %t.out
// RUN: %GPU_RUN_PLACEHOLDER %t.out
// RUN: %ACC_RUN_PLACEHOLDER %t.out

//==-------------- usm_free.cpp - SYCL USM free malloc_shared and free test
//-------------==//
Expand Down

0 comments on commit e942ffc

Please sign in to comment.