-
Notifications
You must be signed in to change notification settings - Fork 769
[SYCL][Test E2E] Use %{build}/%{run} in Plugin tests #9331
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
// REQUIRES: level_zero, level_zero_dev_kit | ||
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out %level_zero_options %threads_lib | ||
// RUN: %BE_RUN_PLACEHOLDER %t.out | ||
// RUN: %{build} -o %t.out %level_zero_options %threads_lib | ||
// RUN: %{run} %t.out | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Did There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. No, we never ran |
||
// | ||
// CHECK: Running iteration 0 | ||
// CHECK: Running iteration 1 | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We support multiple
// UNSUPPORTED:
directives? ( As opposed to having to construct a boolean expression withhip_nvidia
)There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes