Skip to content

[L0] plugins/level_zero_dynamic_batch_test.cpp failed #3257

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

Closed
vmaksimo opened this issue Feb 24, 2021 · 1 comment
Closed

[L0] plugins/level_zero_dynamic_batch_test.cpp failed #3257

vmaksimo opened this issue Feb 24, 2021 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@vmaksimo
Copy link
Contributor

vmaksimo commented Feb 24, 2021

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
@vmaksimo vmaksimo added the bug Something isn't working label Feb 24, 2021
romanovvlad pushed a commit that referenced this issue Mar 1, 2021
Fixes problem with level zero plugin dynamic batching unit test
that was reported in #3257.
@kbsmith-intel
Copy link
Contributor

Should be fixed now by #3270

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants