We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92436bd commit b313cd3Copy full SHA for b313cd3
src/lbt.jl
@@ -222,7 +222,7 @@ end
222
223
function lbt_get_num_threads()
224
if (basename(first(lbt_get_config().loaded_libs).libname) === "Accelerate")
225
- @warn "Apple Accelerate does not report number of threads, returning 1 instead"
+ @warn "Apple Accelerate does not report number of threads, returning 1 instead" maxlog=1
226
end
227
return ccall((:lbt_get_num_threads, libblastrampoline), Int32, ())
228
0 commit comments