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 1ac546f commit a73cf97Copy full SHA for a73cf97
src/KernelAbstractions.jl
@@ -564,7 +564,7 @@ end
564
Returns whether `@atomic` operations are supported by the backend.
565
566
!!! note
567
- Backend implementations **must** implement this function,
+ Backend implementations **must** implement this function
568
only if they **do not** support atomic operations with Atomix.
569
"""
570
supports_atomics(::Backend) = true
@@ -575,7 +575,7 @@ supports_atomics(::Backend) = true
575
Returns whether `Float64` values are supported by the backend.
576
577
578
579
only if they **do not** support `Float64`.
580
581
supports_float64(::Backend) = true
0 commit comments