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 c287e8a commit ab2b00dCopy full SHA for ab2b00d
Project.toml
@@ -29,8 +29,8 @@ Requires = "1.3"
29
SparseArrays = "<0.0.1, 1.6"
30
StaticArrays = "0.12, 1.0"
31
UUIDs = "<0.0.1, 1.6"
32
-UnsafeAtomics = "0.3"
33
-julia = "1.10"
+UnsafeAtomics = "0.2.1, 0.3"
+julia = "1.6"
34
35
[extensions]
36
EnzymeExt = "EnzymeCore"
src/cpu.jl
@@ -1,5 +1,3 @@
1
-import UnsafeAtomicsLLVM
2
-
3
unsafe_free!(::AbstractArray) = return
4
synchronize(::CPU) = nothing
5
0 commit comments