-
Notifications
You must be signed in to change notification settings - Fork 768
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] sycl-trace is dependency of test-e2e #16753
base: sycl
Are you sure you want to change the base?
Conversation
4324bf1
to
4dced79
Compare
Hi @ldrumm, |
Yes. |
I misunderstood. I saw this on my local workstation after doing a |
That windows failure looks real. I'll have to track that down |
``` FAIL: SYCL :: Tracing/usm/queue_single_task_nullptr.cpp (2221 of 2265) Exit Code: 2 Command Output (stdout): -- [...] # .---command stderr------------ # | error: unable to find `sycl-trace' in PATH: No such file or directory # `----------------------------- [...] ``` The `test-e2e` target depends on `sycl-toolchain` only, so I'm assuming we want `sycl-toolchain` to contain `sycl-trace` so that test-e2e picks up this dependency automatically.
4dced79
to
f2210b9
Compare
|
The
test-e2e
target depends onsycl-toolchain
only, so I'm assuming we wantsycl-toolchain
to containsycl-trace
so that test-e2e picks up this dependency automatically.