Package | Description |
---|---|
jcuda | |
jcuda.driver | |
jcuda.runtime |
Modifier and Type | Method and Description |
---|---|
static LogLevel |
LogLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LogLevel[] |
LogLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static void |
JCudaDriver.setLogLevel(LogLevel logLevel)
Set the specified log level for the JCuda driver library.
Currently supported log levels: LOG_QUIET: Never print anything LOG_ERROR: Print error messages LOG_TRACE: Print a trace of all native function calls |
Modifier and Type | Method and Description |
---|---|
static void |
JCuda.setLogLevel(LogLevel logLevel)
Set the specified log level for the JCuda runtime library.
Currently supported log levels: LOG_QUIET: Never print anything LOG_ERROR: Print error messages LOG_TRACE: Print a trace of all native function calls |
Copyright © 2014. All Rights Reserved.