Skip to content

Commit b641219

Browse files
committed
fixup! fixup! fixup! Support UnsafeAtomics 0.3
1 parent ab2b00d commit b641219

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

Project.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ Requires = "ae029012-a4dd-5104-9daa-d747884805df"
1515
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
1616
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
1717
UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"
18-
UnsafeAtomics = "013be700-e6cd-48c3-b4a1-df204f14c38f"
1918

2019
[compat]
2120
Adapt = "0.4, 1.0, 2.0, 3.0, 4"
@@ -29,7 +28,6 @@ Requires = "1.3"
2928
SparseArrays = "<0.0.1, 1.6"
3029
StaticArrays = "0.12, 1.0"
3130
UUIDs = "<0.0.1, 1.6"
32-
UnsafeAtomics = "0.2.1, 0.3"
3331
julia = "1.6"
3432

3533
[extensions]

src/KernelAbstractions.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ export synchronize, get_backend, allocate
1010
import PrecompileTools
1111

1212
import Atomix: @atomic, @atomicswap, @atomicreplace
13-
import UnsafeAtomics
1413

1514
using MacroTools
1615
using StaticArrays

0 commit comments

Comments
 (0)