Skip to content

Commit

Permalink
removed GPU and ACC test run
Browse files Browse the repository at this point in the history
Signed-off-by: Byoungro So <byoungro.so@intel.com>
  • Loading branch information
bso-intel committed Mar 10, 2020
1 parent 8dd7ee0 commit 23a243d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions sycl/test/regression/usm_malloc_shared.cpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
// RUN: %clangxx -fsycl %s -o %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

// This test checks if users will successfully allocate 160, 0, and -16 bytes of
// shared memory, and also test user can call free() without worrying about
Expand Down

0 comments on commit 23a243d

Please sign in to comment.