cuTensorNet

Public

cuTensorNet.enable_loggingFunction
cuTensorNet.enable_logging(enable::Bool=true)

Forward log messages from cuTensorNet 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=cuTensorNet enables this automatically, and also shows the Debug-level messages.

source

Private