-
Notifications
You must be signed in to change notification settings - Fork 30
Feature/sycl context #334
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
Merged
Merged
Feature/sycl context #334
Changes from all commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
81f6323
Added DPCTLDeviceVector_CreateFromArray
oleksandr-pavlyk 79f3197
Added constructor for SyclContext
oleksandr-pavlyk b57009f
Added DPCTLContext_GetDevices(CRef)
oleksandr-pavlyk 7738442
SyclContext.get_devices added
oleksandr-pavlyk db3c527
added some tests for sycl context
oleksandr-pavlyk d8e129b
Added __repr__
oleksandr-pavlyk 490efd0
clang-format ran on dpctl-capi changes
oleksandr-pavlyk a8b45e9
Added DPCTLContext_DeviceCount
oleksandr-pavlyk bc644b7
Used DPCTLContext_DeviceCount for effiency and to simplify code
oleksandr-pavlyk 0a389b2
SyclQueue/SyclContext constructor from device change
oleksandr-pavlyk 9fe57dc
Added handling of returned error code
oleksandr-pavlyk e889a00
DPCTLContext_GetDevices checks for runtime_error per PR review
oleksandr-pavlyk 0cf32b9
NULL-initialized DVRef
oleksandr-pavlyk 02481f3
Marking *elem with __dpctl_keep per review
oleksandr-pavlyk feeaf8e
Change device_count to a property
oleksandr-pavlyk 51bbb9e
Added docstring for _create explaining that it deleted arg
oleksandr-pavlyk d3a2493
Fixed build break by removing use of DeviceAndContextPair
oleksandr-pavlyk fb0b8f0
Added doc string for _create method
oleksandr-pavlyk cb88f4f
simplification of test_sycl_context_interface per PR feedback
oleksandr-pavlyk fe5782b
removed catch of bad_alloc per PR feedback
oleksandr-pavlyk fdfbe1b
DPCTLDeviceVector_CreateFromArray now copies devices too
oleksandr-pavlyk f5846cf
Since DPCTLDeviceVector_CreateFromArray makes copies of devices
oleksandr-pavlyk File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.