public class cudnnDebug extends Object
| Modifier and Type | Field and Description |
|---|---|
int |
cudaDeviceId
CUDA device ID
|
int |
cudnn_version |
int |
cudnnStatus |
cudnnHandle |
handle
cudnn handle
|
long |
pid
process ID
|
int[] |
reserved
reserved for future use
|
cudaStream_t |
stream
cuda stream ID
|
long |
tid
thread ID
|
int |
time_delta
time since start in seconds
|
int |
time_sec
epoch time in seconds
|
int |
time_usec
microseconds part of epoch time
|
| Constructor and Description |
|---|
cudnnDebug()
Creates a new, uninitialized cudnnDebug
|
cudnnDebug(int cudnn_version,
int cudnnStatus,
int time_sec,
int time_usec,
int time_delta,
cudnnHandle handle,
cudaStream_t stream,
long pid,
long tid,
int cudaDeviceId,
int[] reserved)
Creates a new cudnnDebug with the given values
|
public int cudnn_version
public int cudnnStatus
public int time_sec
public int time_usec
public int time_delta
public cudnnHandle handle
public cudaStream_t stream
public long pid
public long tid
public int cudaDeviceId
public int[] reserved
public cudnnDebug()
public cudnnDebug(int cudnn_version,
int cudnnStatus,
int time_sec,
int time_usec,
int time_delta,
cudnnHandle handle,
cudaStream_t stream,
long pid,
long tid,
int cudaDeviceId,
int[] reserved)
cudnn_version - The cudnn_version valuecudnnStatus - The cudnnStatus valuetime_sec - The time_sec valuetime_usec - The time_usec valuetime_delta - The time_delta valuehandle - The handle valuestream - The stream valuepid - The pid valuetid - The tid valuecudaDeviceId - The cudaDeviceId valuereserved - The reserved valueCopyright © 2024. All rights reserved.