Skip to content

Commit eb24b95

Browse files
authored
Allow compat with oneAPI v2 (#52)
1 parent 2b7150f commit eb24b95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Project.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "Atomix"
22
uuid = "a9b6321e-bd34-4604-b9c9-b65b8de01458"
33
authors = ["Takafumi Arakaki <[email protected]> and contributors"]
4-
version = "1.1.0"
4+
version = "1.1.1"
55

66
[deps]
77
UnsafeAtomics = "013be700-e6cd-48c3-b4a1-df204f14c38f"
@@ -21,7 +21,7 @@ AtomixOpenCLExt = "OpenCL"
2121
[compat]
2222
CUDA = "5"
2323
Metal = "1"
24-
oneAPI = "1"
24+
oneAPI = "1, 2"
2525
OpenCL = "^0.10"
2626
UnsafeAtomics = "0.1, 0.2, 0.3"
2727
julia = "1.10"

0 commit comments

Comments
 (0)