Skip to content

Commit e925181

Browse files
committed
gbr
1 parent c1e921d commit e925181

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/runtests.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ const IS_CPU_BACKEND = BACKEND == get_backend([])
5858
global prefer_threads::Bool = !(IS_CPU_BACKEND && "--cpuKA" in ARGS)
5959

6060
array_from_host(h_arr::AbstractArray, dtype=nothing) = array_from_host(BACKEND, h_arr, dtype)
61-
6261
function array_from_host(backend, h_arr::AbstractArray, dtype=nothing)
6362
d_arr = if IS_CPU_BACKEND && prefer_threads # Don't use KA zeros if not using KA algorithms
6463
zeros(isnothing(dtype) ? eltype(h_arr) : dtype, size(h_arr))

0 commit comments

Comments
 (0)