You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
llvm/sycl/test/on-device/plugins/level_zero_dynamic_batch_test.cpp failed after community pulldown (#3233) and after this fix (600a152).
This test is temporarily disabled by 64d56bc and should be reverted once the test is fixed.
Log
/localdisk2/sycl_ci/buildbot/worker/sycl-ubu-x64-pr/llvm.src/sycl/test/on-device/plugins/level_zero_dynamic_batch_test.cpp:22:15: error: CKALL-NOT: excluded string found in input
// CKDYN-NOT: Raising QueueBatchSize
^
How to reproduce
# If the https://github.com/intel/llvm/pull/3233 is not merged yet, fetch the PR:
git fetch origin pull/3233/head:pr_3233
git checkout pr_3233
# Then revert the commit that disables the test
git revert 64d56bcf2e8b68d52d980ff3ae6f3346a091b0a5
# Then build with the normal procedure https://github.com/intel/llvm/blob/sycl/sycl/doc/GetStartedGuide.md#build-dpc-toolchain
python $DPCPP_HOME/llvm/buildbot/configure.py
python $DPCPP_HOME/llvm/buildbot/compile.py
# And run the tests
python $DPCPP_HOME/llvm/buildbot/check.py -t check-sycl
Describe the bug
llvm/sycl/test/on-device/plugins/level_zero_dynamic_batch_test.cpp failed after community pulldown (#3233) and after this fix (600a152).
This test is temporarily disabled by 64d56bc and should be reverted once the test is fixed.
Log
How to reproduce
Environment:
The text was updated successfully, but these errors were encountered: