SWDEV-546295 - Fix typo in hipMemcpy3DOperand (#341)
Fix typo in hipMemcpy3DOperand
Co-authored-by: Rahul Manocha <rmanocha@amd.com>
[ROCm/hip commit: 55b54866fb]
This commit is contained in:
@@ -528,7 +528,7 @@ typedef struct hipMemcpy3DOperand {
|
||||
hipOffset3D offset; ///< Offset into array in elements.
|
||||
} array;
|
||||
} op;
|
||||
} hipMemcy3DOperand;
|
||||
} hipMemcpy3DOperand;
|
||||
|
||||
/**
|
||||
* HIP 3D Batch Op
|
||||
|
||||
Reference in New Issue
Block a user