-
Notifications
You must be signed in to change notification settings - Fork 247
Make SVM practical #452
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
Make SVM practical #452
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
246e521
__init__: import warn once at the top
inducer 5fc2fb7
Add is_queue_in_order
inducer ce7a76c
Add fold markers in wrap_mempool
inducer 05e0380
Jostle some section headers in wrap_cl.hpp
inducer 84de917
Add command_queue_ref
inducer 3e05c06
Rework SVM for efficient use in arrays, implement SVM mempool
inducer af06c2f
Add, use enqueue_fill
inducer 15e3ab9
set_arg: Try cl_mem/svm based on what was used last
inducer ec92241
Add an example for arrays with SVM
inducer b8348bc
Mark some destructors virtual, partially based on clang warnings
matthiasdiener 10bfaad
Add missing result initialization in buffer_allocator_call
matthiasdiener 04b6372
Move tools higher in the docs TOC
inducer 00d2987
Acknowledge DOE funding
inducer d08b313
Bump version to 2022.2
inducer ef1c00b
Use pocl dev label for Conda CI
inducer 34951a4
Add section headers in test_wrapper
inducer 0bc7264
Fix rendering in doc/runtime_const
inducer 5eafd63
array: Import warn once at the top
inducer d6a2f9a
Expose {SVMAllocation,PooledSVM}._queue
inducer 02daca5
Array constructor: warn about SVM queue inconsistencies
inducer 2a25c49
Make enqueue_copy offsets interface more uniform
inducer a2c2f21
Add test_svm_mem_pool_with_arrays
matthiasdiener 6d46d62
Generalize test_coarse_grain_svm to test opqaue-style SVM
inducer 2c2eaa7
Add changelog entry for 2022.2
inducer e2cb9d7
Retry clSVMAlloc in SVMAllocation after running GC
inducer 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
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.