SWDEV-491363 - [catch2][dtest] Add and Enable tests for Graph APIs
Details :
1) Add tests for hipDrvGraphExecMemsetNodeSetParams
2) Enable commented tests for hipDrvGraphMemcpyNodeSetParams
Change-Id: Ia4771e1dea022b5f4316b66c0bd585f0f941ab77
[ROCm/hip-tests commit: c90d83366f]
This commit is contained in:
کامیت شده توسط
Rakesh Roy
والد
41cf067716
کامیت
f0e8bcc19b
@@ -740,8 +740,6 @@ static inline bool operator==(const HIP_MEMCPY3D& lhs, const HIP_MEMCPY3D& rhs)
|
||||
return pos_eq && extent_eq && mem_eq;
|
||||
}
|
||||
|
||||
// APIs hipDrvGraphMemcpyNodeGetParams, hipDrvGraphMemcpyNodeSetParams are yet to be implemented in HIP runtime.
|
||||
#if 0
|
||||
template <bool set_params = false>
|
||||
hipError_t DrvMemcpy3DGraphWrapper(DrvPtrVariant dst_ptr, hipPos dst_pos, DrvPtrVariant src_ptr,
|
||||
hipPos src_pos, hipExtent extent, hipMemcpyKind kind,
|
||||
@@ -774,7 +772,6 @@ hipError_t DrvMemcpy3DGraphWrapper(DrvPtrVariant dst_ptr, hipPos dst_pos, DrvPtr
|
||||
|
||||
return hipSuccess;
|
||||
}
|
||||
#endif //if 0
|
||||
|
||||
template <bool async = false>
|
||||
hipError_t DrvMemcpy3DWrapper(DrvPtrVariant dst_ptr, hipPos dst_pos, DrvPtrVariant src_ptr,
|
||||
|
||||
مرجع در شماره جدید
Block a user