JuliaLinearAlgebra / BLASBenchmarksCPU.jl

Benchmark BLAS Libraries
MIT License
5 stars 2 forks source link

Replace `@assert`s #46

Closed DilumAluthge closed 3 years ago

DilumAluthge commented 3 years ago

@asserts can be disabled at certain optimization levels.

Actually, there is a PR open to Base Julia that will disable @asserts by default.

So, instead of using @assert, we should do something else.