Parallel Colt 0.7.2

Uses of Class
jcuda.jcublas.JCublas.LogLevel

Packages that use JCublas.LogLevel
jcuda.jcublas Java bindings for CUBLAS, the NVIDIA CUDA BLAS library. 
 

Uses of JCublas.LogLevel in jcuda.jcublas
 

Methods in jcuda.jcublas that return JCublas.LogLevel
static JCublas.LogLevel JCublas.LogLevel.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static JCublas.LogLevel[] JCublas.LogLevel.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in jcuda.jcublas with parameters of type JCublas.LogLevel
static void JCublas.setLogLevel(JCublas.LogLevel logLevel)
          Set the specified log level for the JCublas library.

This method may only be called after JCublas has been initialized with a call to JCublas.cublasInit() !

Currently supported log levels:
LOG_QUIET: Never print anything
LOG_ERROR: Print error messages
LOG_INFO: Print information about the CUBLAS functions that are executed
LOG_TRACE: Print fine-grained memory management information in methods like cublasSetVector
 


Parallel Colt 0.7.2

Jump to the Parallel Colt Homepage