SWDEV-332969 - [ABI Break]remove hiparray from tests
- replace with hipArray_t Signed-off-by: sdashmiz <shadi.dashmiz@amd.com> Change-Id: Ie1dade58d868182309caf00bf65a86a8fed2cfa6
This commit is contained in:
@@ -182,7 +182,7 @@ static void hipGraphDebugDotPrint_Functional(const char* fName,
|
||||
|
||||
// Add emcpyNode3D to graph & validate its DebugDotPrint descriptions
|
||||
constexpr int width{10}, height{10}, depth{10};
|
||||
hipArray *devArray1;
|
||||
hipArray_t devArray1;
|
||||
hipChannelFormatKind formatKind = hipChannelFormatKindSigned;
|
||||
hipMemcpy3DParms myparams;
|
||||
uint32_t size = width * height * depth * sizeof(int);
|
||||
|
||||
Reference in New Issue
Block a user