[SWDEV-445928] - Check image support for mi300 tests
Change-Id: Idf820af3e55389740bebe35ed37bca52aca81eae
[ROCm/hip-tests commit: b94242f015]
This commit is contained in:
committed by
Rakesh Roy
parent
beb223126f
commit
e3173e2b51
@@ -43,6 +43,8 @@ THE SOFTWARE.
|
||||
* - HIP_VERSION >= 5.7
|
||||
*/
|
||||
TEST_CASE("Unit_hipArrayGetInfo_Positive_Basic") {
|
||||
CHECK_IMAGE_SUPPORT
|
||||
|
||||
ArrayAllocGuard<float> array(make_hipExtent(1024, 4, 2));
|
||||
|
||||
hipChannelFormatDesc desc;
|
||||
@@ -77,6 +79,7 @@ TEST_CASE("Unit_hipArrayGetInfo_Positive_Basic") {
|
||||
* - HIP_VERSION >= 5.7
|
||||
*/
|
||||
TEST_CASE("Unit_hipArrayGetInfo_Negative_Parameters") {
|
||||
CHECK_IMAGE_SUPPORT
|
||||
ArrayAllocGuard<float> array(make_hipExtent(1024, 4, 4));
|
||||
|
||||
hipChannelFormatDesc desc;
|
||||
|
||||
Reference in New Issue
Block a user