SWDEV-448118 - Enable MemPool SetAccess testcase & Update Mipmapped Array Testcases

- Unit_hipMemPoolSetAccess_Negative_Parameters has been fixed, so enable it back
- Mipmap is not supported on Linux, skip inside the testcases

Change-Id: If4e6aaef1bbbff33b810714aecfc3e41fa6b41f3


[ROCm/hip-tests commit: 237bdf377f]
此提交包含在:
Rakesh Roy
2024-03-13 12:59:15 +05:30
提交者 Rakesh Roy
父節點 ff50326d82
當前提交 160e1ef0a1
共有 7 個檔案被更改,包括 31 行新增8 行删除
+5
查看文件
@@ -43,6 +43,11 @@ THE SOFTWARE.
TEST_CASE("Unit_hipMipmappedArrayGetLevel_Negative_Parameters") {
CHECK_IMAGE_SUPPORT;
#ifdef __linux__
HipTest::HIP_SKIP_TEST("Mipmap APIs are not supported on Linux");
return;
#endif //__linux__
hipmipmappedArray array;
HIP_ARRAY3D_DESCRIPTOR desc = {};