We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Graph/Explicit/host_task_single failed on #13801 though the PR only touches unrelated unit-tests. Failure:
# .---command stderr------------ # | command line:1:22: error: IMPLICIT-CHECK-NOT: excluded string found in input # | -implicit-check-not='LEAK' # | ^ # | <stdin>:3:54: note: found here # | zeContextCreate = 1 \---> zeContextDestroy = 0 ---> LEAK = 1 # | ^~~~ # | # | Input file: <stdin> # | Check file: D:\github\actions-runner\_work\llvm\llvm\llvm\sycl\test-e2e\Graph\Explicit\host_task_single.cpp # | # | -dump-input=help explains the following input dump. # | # | Input was: # | <<<<<< # | 1: Check balance of create/destroy calls # | 2: ---------------------------------------------------------- # | 3: zeContextCreate = 1 \---> zeContextDestroy = 0 ---> LEAK = 1 # | not:imp1 !~~~ error: no match expected # | 4: zeCommandQueueCreate = 0 \---> zeCommandQueueDestroy = 0 # | 5: zeModuleCreate = 0 \---> zeModuleDestroy = 0 # | 6: zeKernelCreate = 0 \---> zeKernelDestroy = 0 # | 7: zeEventPoolCreate = 1 \---> zeEventPoolDestroy = 0 ---> LEAK = 1 # | 8: zeCommandListCreateImmediate = 2 | # | . # | . # | . # | >>>>>> # `-----------------------------
No response
The text was updated successfully, but these errors were encountered:
Thanks for reporting, looks like we need to extend the fix in #13802 because for some reason it didn't skip this despite https://github.com/intel/llvm/actions/runs/9108501375/job/25040698422?pr=13801 being a Windows L0 run with immediate command-lists
Sorry, something went wrong.
[SYCL][Graph] Disable host_task_single.cpp lit run
1eeebdf
PR intel#13802 disabled the L0 leak checking in `host_task_single.cpp` for immediate command-lists on Windows. However issue intel#13862 has highlighted that this needs extended to also disabling the linux case due to CI fail https://github.com/intel/llvm/actions/runs/9108501375/job/25040698422?pr=13801 ``` ```
Actually it looks like the CI run in https://github.com/intel/llvm/actions/runs/9108501375/job/25040698422?pr=13801 ran 5 days ago on May 16th at 10:10AM, and #13802 was merged on May 16th at 15:41
So I think the PR testing in #13801 was a bit too early for the disabled test.
No branches or pull requests
Describe the bug
Graph/Explicit/host_task_single failed on #13801 though the PR only touches unrelated unit-tests. Failure:
To reproduce
No response
Environment
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: