Skip to content
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

[SYCL][E2E] Use %threads_lib expansion instead of custom expansion in Graph test #15370

Merged
merged 1 commit into from
Sep 16, 2024
Merged
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
2 changes: 1 addition & 1 deletion sycl/test-e2e/Graph/Threading/submit.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// RUN: %{build_pthread_inc} -o %t.out
// RUN: %{build} %threads_lib -o %t.out
// RUN: %{run} %t.out
// RUN: %if level_zero %{env SYCL_PI_LEVEL_ZERO_USE_IMMEDIATE_COMMANDLISTS=0 %{l0_leak_check} %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %}
// Extra run to check for immediate-command-list in Level Zero
Expand Down
5 changes: 0 additions & 5 deletions sycl/test-e2e/format.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,11 +186,6 @@ def execute(self, test, litConfig):
else:
substitutions.append(("%{l0_leak_check}", "env UR_L0_LEAKS_DEBUG=1"))

compilation_cmd_pthread = (
"%clangxx -pthread -fsycl -fsycl-targets=%{sycl_triple} %s"
)
substitutions.append(("%{build_pthread_inc}", compilation_cmd_pthread))

def get_extra_env(sycl_devices):
# Note: It's possible that the system has a device from below but
# current llvm-lit invocation isn't configured to include it. We
Expand Down
Loading