Skip to content

Commit 2ee1188

Browse files
committed
REVERT BEFORE MERGING
1 parent 0e17844 commit 2ee1188

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
1818
[compat]
1919
Adapt = "4.0"
2020
GPUArraysCore = "= 0.2.0"
21-
KernelAbstractions = "0.9.28, 0.10"
21+
KernelAbstractions = "0.10"
2222
LLVM = "3.9, 4, 5, 6, 7, 8, 9"
2323
LinearAlgebra = "1"
2424
Printf = "1"

test/runtests.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
using Pkg
2+
Pkg.develop("KernelAbstractions")
3+
14
using Distributed
25
using Dates
36
import REPL

0 commit comments

Comments
 (0)