| Package | Description |
|---|---|
| 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.jcufft |
Contains the classes of JCufft.
|
| jcuda.jcurand |
Contains the classes of JCurand.
|
| jcuda.jcusparse |
Contains the classes of JCusparse.
|
| jcuda.runtime |
Contains the classes related to the JCuda runtime API.
|
| 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 |
JCublas2.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 |
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 |
| Modifier and Type | Method and Description |
|---|---|
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 |
| Modifier and Type | Method and Description |
|---|---|
static void |
JCurand.setLogLevel(LogLevel logLevel)
Set the specified log level for the JCurand 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 |
JCusparse.setLogLevel(LogLevel logLevel)
Set the specified log level for the JCusparse 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 © 2015. All Rights Reserved.