hipamd
hipamd copied to clipboard
[bug][5.3.x][NVIDIA] Nonexisting CUDA identifiers
https://github.com/ROCm-Developer-Tools/hipamd/blob/develop/include/hip/nvidia_detail/nvidia_hip_runtime_api.h#L1056-L1058
#define hipGraphNodeTypeMemcpy1D cudaGraphNodeTypeMemcpy1D
#define hipGraphNodeTypeMemcpyFromSymbol cudaGraphNodeTypeMemcpyFromSymbol
#define hipGraphNodeTypeMemcpyToSymbol cudaGraphNodeTypeMemcpyToSymbol
Update for ROCm HIP 5.3.0:
The following HIP-specific elements of the enum hipGraphNodeType don't have a correspondence in CUDA:
#define hipGraphNodeTypeMemcpyFromSymbol cudaGraphNodeTypeMemcpyFromSymbol
#define hipGraphNodeTypeMemcpyToSymbol cudaGraphNodeTypeMemcpyToSymbol
https://github.com/ROCm-Developer-Tools/hipamd/blob/develop/include/hip/nvidia_detail/nvidia_hip_runtime_api.h#L1145-L1146
cudaGraphNodeTypeMemcpyFromSymbol and cudaGraphNodeTypeMemcpyToSymbol are erroneous identifiers and the above defines must be eliminated.