HDK
|
#include <rocm_context.h>
Public Member Functions | |
void | Init (const OrtKernelContext &kernel_ctx) |
Public Member Functions inherited from CustomOpContext | |
CustomOpContext ()=default | |
virtual | ~CustomOpContext () |
Public Attributes | |
hipStream_t | hip_stream = {} |
miopenHandle_t | miopen_handle = {} |
rocblas_handle | rblas_handle = {} |
Definition at line 16 of file rocm_context.h.
|
inline |
Definition at line 21 of file rocm_context.h.
hipStream_t Ort::Custom::RocmContext::hip_stream = {} |
Definition at line 17 of file rocm_context.h.
miopenHandle_t Ort::Custom::RocmContext::miopen_handle = {} |
Definition at line 18 of file rocm_context.h.
rocblas_handle Ort::Custom::RocmContext::rblas_handle = {} |
Definition at line 19 of file rocm_context.h.