-
Notifications
You must be signed in to change notification settings - Fork 795
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
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
Environment:
- OS: Windows, Linux
- Target device and vendor: Intel GPU
- DPC++ version: 600a152
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working