tkf / BenchmarkCI.jl

MIT License
53 stars 5 forks source link

Use BLAS.get_num_threads() #174

Closed ViralBShah closed 2 years ago

ViralBShah commented 2 years ago

The BLAS.get_num_threads() API is available in Julia 1.6 and later. Is it ok to update Project.toml to use the latest LTS as a lower bound?

Still need to remove the use of vendor()

tkf commented 2 years ago

Thanks for the patch! I just played on the safer side for now #175. But yes, I should just bump the lower bound (or actually test it).