|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LogLevel | |
|---|---|
| jcuda | Contains common classes for all JCuda libraries. |
| jcuda.driver | Contains the classes related to the JCuda driver API. |
| jcuda.jcublas | Contains the classes of JCublas. |
| jcuda.jcudpp | Contains the classes of JCudpp. |
| jcuda.jcufft | Contains the classes of JCufft. |
| jcuda.runtime | Contains the classes related to the JCuda runtime API. |
| Uses of LogLevel in jcuda |
|---|
| Methods in jcuda that return LogLevel | |
|---|---|
static LogLevel |
LogLevel.valueOf(java.lang.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. |
| Uses of LogLevel in jcuda.driver |
|---|
| Methods in jcuda.driver with parameters of type LogLevel | |
|---|---|
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 |
| Uses of LogLevel in jcuda.jcublas |
|---|
| Methods in jcuda.jcublas with parameters of type LogLevel | |
|---|---|
static void |
JCublas.setLogLevel(LogLevel logLevel)
Set the specified log level for the JCublas 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 |
| Uses of LogLevel in jcuda.jcudpp |
|---|
| Methods in jcuda.jcudpp with parameters of type LogLevel | |
|---|---|
static void |
JCudpp.setLogLevel(LogLevel logLevel)
Set the specified log level for the JCudpp 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 |
| Uses of LogLevel in jcuda.jcufft |
|---|
| Methods in jcuda.jcufft with parameters of type LogLevel | |
|---|---|
static void |
JCufft.setLogLevel(LogLevel logLevel)
Set the specified log level for the JCufft 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 |
| Uses of LogLevel in jcuda.runtime |
|---|
| Methods in jcuda.runtime with parameters of type LogLevel | |
|---|---|
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 |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||