Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

Commit 2c83ef7

Browse files
[SYCL] Temporarily disable Plugin/max_malloc.cpp on Linux (#778)
Signed-off-by: Steffen Larsen <[email protected]>
1 parent 5c24d22 commit 2c83ef7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

SYCL/Plugin/max_malloc.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %level_zero_options %s -o %t.out
33
// RUN: env SYCL_PROGRAM_COMPILE_OPTIONS=-ze-intel-greater-than-4GB-buffer-required %GPU_RUN_PLACEHOLDER %t.out
44

5+
// TODO: Temporarily disabled on Linux due to failures.
6+
// UNSUPPORTED: linux
7+
58
#include <CL/sycl.hpp>
69
#include <iostream>
710

0 commit comments

Comments
 (0)