Skip to content

Commit 3e0a61f

Browse files
committed
Add zstd to device agnostic features
1 parent acf6950 commit 3e0a61f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
// using --offload-compress without zstd should throw an error.
2-
// REQUIRES: !zstd, run-mode
2+
// REQUIRES: !zstd
33
// RUN: not %{build} -O0 -g --offload-compress %S/Inputs/single_kernel.cpp -o %t_compress.out 2>&1 | FileCheck %s
44
// CHECK: '--offload-compress' option is specified but zstd is not available. The device image will not be compressed.

0 commit comments

Comments
 (0)