SWDEV-441208 - MI300 does not support image.
Change-Id: Ifde2d01bef629d2c2f6c40466c3d843955083368
Цей коміт міститься в:
@@ -236,6 +236,7 @@ TEST_CASE("Unit_hipArrayGetDescriptor_1D_2D_ArrayParameterChk") {
|
||||
HIP_CHECK(hipGetDeviceCount(&numDevices));
|
||||
for (int i = 0; i < numDevices; i++) {
|
||||
HIP_CHECK(hipSetDevice(i));
|
||||
CHECK_IMAGE_SUPPORT
|
||||
#if HT_NVIDIA
|
||||
HIP_CHECK(hipInit(0));
|
||||
hipCtx_t ctx;
|
||||
@@ -328,6 +329,7 @@ TEST_CASE("Unit_hipArrayGetDescriptor_MultiThreadScenarioFor1D_2D_Array") {
|
||||
HIP_CHECK(hipGetDeviceCount(&numDevices));
|
||||
for (int i = 0; i < numDevices; i++) {
|
||||
HIP_CHECK(hipSetDevice(i));
|
||||
CHECK_IMAGE_SUPPORT
|
||||
#if HT_NVIDIA
|
||||
HIP_CHECK(hipInit(0));
|
||||
hipCtx_t ctx;
|
||||
@@ -376,6 +378,7 @@ TEST_CASE("Unit_hipArrayGetDescriptor_Host2Array_Array2Host") {
|
||||
HIP_CHECK(hipGetDeviceCount(&numDevices));
|
||||
for (int k = 0; k < numDevices; k++) {
|
||||
HIP_CHECK(hipSetDevice(k));
|
||||
CHECK_IMAGE_SUPPORT
|
||||
#if HT_NVIDIA
|
||||
HIP_CHECK(hipInit(0));
|
||||
hipCtx_t ctx;
|
||||
|
||||
Посилання в новій задачі
Заблокувати користувача