Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
2f0c9bb
initial version of the cl_khr_unified_svm extension
bashbaug May 2, 2024
f371ea3
fix asciidoctor build error
bashbaug Nov 8, 2024
24792fb
editorial updates
bashbaug Nov 19, 2024
19a81cf
remove CL_SVM_FREE_BLOCKING_KHR
bashbaug Mar 16, 2025
6378c57
Merge branch 'main' into cl_khr_unified_svm
bashbaug Mar 18, 2025
97479c9
integrate feedback from IWOCL discussions
bashbaug Apr 15, 2025
79f8229
add CL_DEVICE_SVM_CONCURRENT_ACCESS_ATOM_SIZE_KHR
bashbaug Apr 22, 2025
1d2d7be
add another option for behavior when allocating zero bytes
bashbaug Apr 29, 2025
e754d52
updates from the May 6th memory subgroup
bashbaug May 7, 2025
4d741a9
add a memory model issue about querying the event status
bashbaug Jun 3, 2025
1e5e418
updates from the July 1st memory subgroup
bashbaug Jul 1, 2025
1587555
Merge branch 'main' into cl_khr_unified_svm
bashbaug Jul 2, 2025
6d49475
Merge branch 'main' into cl_khr_unified_svm
bashbaug Sep 3, 2025
4cef078
update spec version to v0.9.0, consistent with the XML file
bashbaug Sep 15, 2025
55ae4a2
switch to generated asciidoctor attributes
bashbaug Sep 15, 2025
6cacb89
minor fixes for system SVM allocated by driver APIs
bashbaug Sep 15, 2025
7a0403f
system SVM should be mappable by the host
bashbaug Sep 15, 2025
6fb1716
switch to new error code convention
bashbaug Sep 15, 2025
862a280
tidy up and resolve a few open issues
bashbaug Oct 7, 2025
6d66900
resolve issue about devices and sub-devices
bashbaug Oct 10, 2025
750bdf5
Merge branch 'main' into cl_khr_unified_svm
bashbaug Nov 3, 2025
f932a6e
resolve issue about maximum SVM allocation size
bashbaug Nov 3, 2025
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
1 change: 1 addition & 0 deletions api/cl_khr_unified_svm.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ https://github.com/KhronosGroup/OpenCL-Docs/pull/1282
** {CL_PLATFORM_SVM_TYPE_CAPABILITIES_KHR_ANCHOR}
* {cl_device_info_TYPE}
** {CL_DEVICE_SVM_TYPE_CAPABILITIES_KHR_ANCHOR}
** {CL_DEVICE_SVM_CONCURRENT_ACCESS_ATOM_SIZE_KHR_ANCHOR}
* {cl_svm_capabilities_khr_TYPE}
** {CL_SVM_CAPABILITY_SINGLE_ADDRESS_SPACE_KHR_ANCHOR}
** {CL_SVM_CAPABILITY_SYSTEM_ALLOCATED_KHR_ANCHOR}
Expand Down
Loading