SWDEV-448989 - Check image support.

Change-Id: Id245c3f348c6c7b4146224f93534443f93a01a9d


[ROCm/hip-tests commit: bffc913f8c]
This commit is contained in:
Jaydeep Patel
2024-03-05 11:15:08 +00:00
committed by Rakesh Roy
parent 90f5e7bf0c
commit fed7008230
25 changed files with 59 additions and 0 deletions
@@ -50,6 +50,7 @@ THE SOFTWARE.
* - HIP_VERSION >= 5.2
*/
TEST_CASE("Unit_hipGraphMemcpyNodeGetParams_Negative_Parameters") {
CHECK_IMAGE_SUPPORT
constexpr hipExtent extent{128 * sizeof(int), 128, 8};
LinearAllocGuard3D<int> src_alloc(extent);