We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f722961 commit 0ecfc05Copy full SHA for 0ecfc05
src/KernelAbstractions.jl
@@ -586,8 +586,9 @@ end
586
Returns whether unified memory arrays are supported by the backend.
587
588
!!! note
589
- Backend implementations **must** implement this function
590
- only if they **do** support unified memory.
+ Backend implementations **should** implement this function
+ only if they **do** support unified memory. It will be required
591
+ in KernelAbstractions 0.10.
592
"""
593
supports_unified(::Backend) = false
594
0 commit comments