Skip to content

Commit 9ff6f52

Browse files
committed
Enforcing unified support would be breaking
1 parent 9566220 commit 9ff6f52

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/KernelAbstractions.jl

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -578,8 +578,9 @@ end
578578
Returns whether unified memory arrays are supported by the backend.
579579
580580
!!! note
581-
Backend implementations **must** implement this function
582-
only if they **do** support unified memory.
581+
Backend implementations **should** implement this function
582+
only if they **do** support unified memory. It will be required
583+
in KernelAbstractions 0.10.
583584
"""
584585
supports_unified(::Backend) = false
585586

0 commit comments

Comments
 (0)