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

Test #1499

Closed
wants to merge 11 commits into from
Closed

Test #1499

Show file tree
Hide file tree
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: 4 additions & 0 deletions SYCL/AOT/draft.cl_opt_disable.cpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
// RUN: env SYCL_PROGRAM_COMPILE_OPTIONS="-cl-opt-disable" %GPU_RUN_PLACEHOLDER %t.out

#include "draft.cpp"
Loading