cuSOLVER
Public
cuSOLVER.enable_logging — Function
cuSOLVER.enable_logging(enable::Bool=true)Forward log messages from cuSOLVER to Julia's logging system. API and kernel traces are reported at Debug level, performance hints at Info level, and problems at Error level. Starting Julia with JULIA_DEBUG=cuSOLVER enables this automatically, and also shows the Debug-level messages.
If the installed shared library does not export the logging API, enabling emits a warning. Set CUSOLVERDN_LOG_LEVEL before starting Julia to use cuSOLVER's own output instead.