Skip to content

Commit ef0db19

Browse files
Update lib/LinearSolveAutotune/src/benchmarking.jl
1 parent 30fd92d commit ef0db19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/LinearSolveAutotune/src/benchmarking.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ function benchmark_algorithms(matrix_sizes, algorithms, alg_names, eltypes;
254254
catch e
255255
success = false
256256
error_msg = string(e)
257-
gflops = 0.0
257+
gflops = NaN
258258
# Don't warn for each failure, just record it
259259
end
260260

0 commit comments

Comments
 (0)