Skip to content

Commit 0ecfc05

Browse files
committed
Enforcing unified support would be breaking
1 parent f722961 commit 0ecfc05

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
@@ -586,8 +586,9 @@ end
586586
Returns whether unified memory arrays are supported by the backend.
587587
588588
!!! note
589-
Backend implementations **must** implement this function
590-
only if they **do** support unified memory.
589+
Backend implementations **should** implement this function
590+
only if they **do** support unified memory. It will be required
591+
in KernelAbstractions 0.10.
591592
"""
592593
supports_unified(::Backend) = false
593594

0 commit comments

Comments
 (0)