Skip to content

[SYCL][Doc] USM allocation functions with properties support #6346

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 16 commits into from
Feb 13, 2023
Merged
Changes from all commits
Commits
Show all changes
16 commits
Select commit Hold shift + click to select a range
c7653a3
Initial draft of the USM memory allocation functions with properties …
jessicadavies-intel Jun 9, 2022
f6ca73d
List all functions explicitly. Properties returned in the annotated_p…
jessicadavies-intel Jun 10, 2022
593f2dd
Add usm_alloc property. Remove APIs that take a runtime alignment. Al…
jessicadavies-intel Jun 22, 2022
1d667a4
Small fixes.
jessicadavies-intel Jun 22, 2022
d312c6a
Add annotated_ prefix to all function names. Add the usm_kind propert…
jessicadavies-intel Jul 7, 2022
431c713
Conflicting alignments or allocation kinds now cause exceptions. Fixe…
jessicadavies-intel Oct 24, 2022
03923f4
Remove use of code role.
jessicadavies-intel Oct 25, 2022
3603422
Cleanup and corrections.
jessicadavies-intel Nov 7, 2022
6acb364
Remove exceptions for differing alignments. Format the code in the ta…
jessicadavies-intel Dec 15, 2022
1c27d57
Add two new memory deallocation functions that take an annotated_ptr …
jessicadavies-intel Jan 25, 2023
063cd09
Rename annotated_malloc to malloc_annotated.
jessicadavies-intel Jan 30, 2023
16b083e
Address most of Greg's comments.
jessicadavies-intel Jan 30, 2023
b3ea6e7
Update the function descriptions to be equivalent to Revision 6 of th…
jessicadavies-intel Jan 30, 2023
ce4315c
Fix nullptr. Add notes to examples about runtime alignment.
jessicadavies-intel Feb 2, 2023
b370b85
Added the convenience vars usm_kind_[host|device|shared]. Added the p…
jessicadavies-intel Feb 3, 2023
d2d7ce7
Fix typo.
jessicadavies-intel Feb 8, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading