[SWDEV-445928] - Check image support for mi300 tests

Change-Id: Idf820af3e55389740bebe35ed37bca52aca81eae
This commit is contained in:
Rahul Manocha
2024-05-01 13:32:12 -07:00
کامیت شده توسط Rakesh Roy
والد 08219b3d62
کامیت b94242f015
4فایلهای تغییر یافته به همراه9 افزوده شده و 6 حذف شده
@@ -43,6 +43,7 @@ THE SOFTWARE.
* - HIP_VERSION >= 5.7
*/
TEST_CASE("Unit_hipArray3DGetDescriptor_Positive_Basic") {
CHECK_IMAGE_SUPPORT
DrvArrayAllocGuard<float> array(make_hipExtent(1024, 4, 2));
HIP_ARRAY3D_DESCRIPTOR desc;
@@ -69,6 +70,7 @@ TEST_CASE("Unit_hipArray3DGetDescriptor_Positive_Basic") {
* - HIP_VERSION >= 5.7
*/
TEST_CASE("Unit_hipArray3DGetDescriptor_Negative_Parameters") {
CHECK_IMAGE_SUPPORT
DrvArrayAllocGuard<float> array(make_hipExtent(1024, 4, 2));
HIP_ARRAY3D_DESCRIPTOR desc;