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 9566220 commit 9ff6f52Copy full SHA for 9ff6f52
src/KernelAbstractions.jl
@@ -578,8 +578,9 @@ end
578
Returns whether unified memory arrays are supported by the backend.
579
580
!!! note
581
- Backend implementations **must** implement this function
582
- only if they **do** support unified memory.
+ Backend implementations **should** implement this function
+ only if they **do** support unified memory. It will be required
583
+ in KernelAbstractions 0.10.
584
"""
585
supports_unified(::Backend) = false
586
0 commit comments