cuBLAS
Public
cuBLAS.enable_logging — Function
cuBLAS.enable_logging(enable::Bool=true)Forward log messages from cuBLAS and cuBLASLt to Julia's logging system. API traces are reported at Debug level, performance hints at Info level, and problems at Warn or Error level. Starting Julia with JULIA_DEBUG=cuBLAS enables this automatically, and also shows the Debug-level messages.