Skip to content

Commit c3a93d9

Browse files
Update benchmarks/cudalu.jl
Co-authored-by: Christian Guinard <[email protected]>
1 parent 4387dcc commit c3a93d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmarks/cudalu.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ function luflop(m, n = m; innerflop = 2)
1818
end
1919
end
2020

21-
algs = [MKLLUFactorization(), CUDAOffloadFactorization()]
21+
algs = [MKLLUFactorization(), CudaOffloadFactorization()]
2222
res = [Float32[] for i in 1:length(algs)]
2323

2424
ns = 200:400:10000

0 commit comments

Comments
 (0)