Closed
Conversation
``` (idp) [20:48:49 ansatnuc04 dpctl]$ SYCL_DEVICE_FILTER=cuda python -c "import dpctl; dpctl.get_current_queue()" No device of requested type available. Please check https://software.intel.com/content/www/us/en/develop/articles/intel-oneapi-dpcpp-system-requirements.html -1 (CL_DEVICE_NOT_FOUND) No currently active queues. Traceback (most recent call last): File "<string>", line 1, in <module> File "dpctl/_sycl_queue_manager.pyx", line 174, in dpctl._sycl_queue_manager.get_current_queue cpdef SyclQueue get_current_queue(): File "dpctl/_sycl_queue_manager.pyx", line 188, in dpctl._sycl_queue_manager.get_current_queue return _mgr.get_current_queue() File "dpctl/_sycl_queue_manager.pyx", line 91, in dpctl._sycl_queue_manager._SyclQueueManager.get_current_queue cpdef SyclQueue get_current_queue(self): File "dpctl/_sycl_queue_manager.pyx", line 105, in dpctl._sycl_queue_manager._SyclQueueManager.get_current_queue return SyclQueue._create(DPCTLQueueMgr_GetCurrentQueue()) File "dpctl/_sycl_queue.pyx", line 372, in dpctl._sycl_queue.SyclQueue._create raise SyclQueueCreationError("Queue creation failed.") dpctl._sycl_queue.SyclQueueCreationError: Queue creation failed. ```
Contributor
|
C API implementation should |
Contributor
Author
|
Closing without merging, as #349 is more comprehensive and includes the change proposed here. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #345