[SWDEV-445928] - Check image support for mi300 tests
Change-Id: Idf820af3e55389740bebe35ed37bca52aca81eae
This commit is contained in:
@@ -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;
|
||||
|
||||
مرجع در شماره جدید
Block a user