|
81 | 81 | #define cudaStreamPerThread hipStreamPerThread |
82 | 82 | #define cudaStreamSynchronize hipStreamSynchronize |
83 | 83 | #define cudaStreamWaitEvent(stream, event, flags) hipStreamWaitEvent(stream, event, flags) |
| 84 | +#define cudaGraphExec_t hipGraphExec_t |
| 85 | +#define cudaGraphNode_t hipGraphNode_t |
| 86 | +#define cudaKernelNodeParams hipKernelNodeParams |
| 87 | +#define cudaKernelNodeParams hipKernelNodeParams |
| 88 | +#define cudaGraphExecDestroy hipGraphExecDestroy |
| 89 | +#define cudaGraphLaunch hipGraphLaunch |
| 90 | +#define cudaErrorGraphExecUpdateFailure hipErrorGraphExecUpdateFailure |
| 91 | +#define cudaGraphExecUpdateResultInfo hipGraphExecUpdateResult |
| 92 | +#define cudaGraphNodeType hipGraphNodeType |
| 93 | +#define cudaGraphNodeTypeKernel hipGraphNodeTypeKernel |
| 94 | +#define cudaGraphInstantiate hipGraphInstantiate |
| 95 | +#define cudaStreamEndCapture hipStreamEndCapture |
| 96 | +#define cudaGraphDestroy hipGraphDestroy |
| 97 | +#define cudaGraphKernelNodeSetParams hipGraphKernelNodeSetParams |
| 98 | +#define cudaErrorInvalidDeviceFunction hipErrorInvalidDeviceFunction |
| 99 | +#define cudaGraphKernelNodeGetParams hipGraphKernelNodeGetParams |
| 100 | +#define cudaGraphNodeGetType hipGraphNodeGetType |
| 101 | +#define cudaGraphGetNodes hipGraphGetNodes |
| 102 | +#define cudaGraphExecUpdate hipGraphExecUpdate |
| 103 | +#define cudaStreamCaptureModeRelaxed hipStreamCaptureModeRelaxed |
| 104 | +#define cudaStreamBeginCapture hipStreamBeginCapture |
| 105 | +#define cudaGraph_t hipGraph_t |
84 | 106 | #define cudaStream_t hipStream_t |
85 | 107 | #define cudaSuccess hipSuccess |
86 | 108 | #define __trap() do { abort(); __builtin_unreachable(); } while(0) |
|
0 commit comments