Skip to content

Commit 72b871d

Browse files
committed
fixup! fixup! Support UnsafeAtomics 0.3
1 parent 580716b commit 72b871d

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

Project.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ UnsafeAtomics = "013be700-e6cd-48c3-b4a1-df204f14c38f"
1919

2020
[compat]
2121
Adapt = "0.4, 1.0, 2.0, 3.0, 4"
22-
Atomix = "1.0"
22+
Atomix = "0.1, 1.0"
2323
EnzymeCore = "0.7, 0.8.1"
2424
InteractiveUtils = "1.6"
2525
LinearAlgebra = "1.6"
@@ -29,8 +29,8 @@ Requires = "1.3"
2929
SparseArrays = "<0.0.1, 1.6"
3030
StaticArrays = "0.12, 1.0"
3131
UUIDs = "<0.0.1, 1.6"
32-
UnsafeAtomics = "0.3"
33-
julia = "1.10"
32+
UnsafeAtomics = "0.2.1, 0.3"
33+
julia = "1.6"
3434

3535
[extensions]
3636
EnzymeExt = "EnzymeCore"

src/cpu.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import UnsafeAtomicsLLVM
2-
31
unsafe_free!(::AbstractArray) = return
42
synchronize(::CPU) = nothing
53

0 commit comments

Comments
 (0)