Skip to content
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

Fixing UnboundLocalError raised in _sycl_queue.pyx:347 #922

Merged
merged 1 commit into from
Oct 5, 2022

Conversation

oleksandr-pavlyk
Copy link
Collaborator

This may arise when CPU RT is misconfigued and TBB library can not be found by the CPU driver, resulting in failure to create context, and hence the queue.

  • Have you provided a meaningful PR description?
  • Have you added a test, reproducer or referred to an issue with a reproducer?
  • Have you tested your changes locally for CPU and GPU devices?
  • Have you made sure that new changes do not introduce compiler warnings?
  • If this PR is a work in progress, are you filing the PR as a draft?

@github-actions
Copy link

github-actions bot commented Oct 4, 2022

@coveralls
Copy link
Collaborator

coveralls commented Oct 4, 2022

Coverage Status

Coverage decreased (-0.009%) to 82.001% when pulling 7d05d7c on fix-unbound-local-error into b07d2d8 on master.

This may arise when CPU RT is misconfigued and TBB library can not be
found by the CPU driver, resulting in failure to create context, and
hence the queue.
@oleksandr-pavlyk oleksandr-pavlyk force-pushed the fix-unbound-local-error branch from e6ac803 to 7d05d7c Compare October 5, 2022 03:11
@github-actions
Copy link

github-actions bot commented Oct 5, 2022

Array API standard conformance tests failed to run for dpctl=0.14.0dev0=py310h8c27c75_140.

@oleksandr-pavlyk oleksandr-pavlyk merged commit 7b368a1 into master Oct 5, 2022
@oleksandr-pavlyk oleksandr-pavlyk deleted the fix-unbound-local-error branch October 5, 2022 10:09
@github-actions
Copy link

github-actions bot commented Oct 5, 2022

Deleted rendered PR docs from intelpython.github.com/dpctl, latest should be updated shortly. 🤞

@github-actions
Copy link

github-actions bot commented Oct 5, 2022

Array API standard conformance tests failed to run for dpctl=0.14.0dev0=py310h8c27c75_140.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants