EXSWHTEC-107 - Implement tests for Execution Control setter APIs #57

Change-Id: I5d7e6471237b4a5726e09e4de06dafe2aa78cd28


[ROCm/hip-tests commit: 4507ee6531]
This commit is contained in:
Mirza Halilčević
2023-12-28 19:25:01 +01:00
committad av Rakesh Roy
förälder 9d48901e13
incheckning 20ee07a6d7
3 ändrade filer med 19 tillägg och 0 borttagningar
@@ -0,0 +1,9 @@
{
"DisabledTests":
[
"Unit_hipFuncSetCacheConfig_Negative_Not_Supported",
"Unit_hipFuncSetSharedMemConfig_Negative_Not_Supported",
"Unit_hipFuncSetAttribute_Positive_MaxDynamicSharedMemorySize_Not_Supported",
"Unit_hipFuncSetAttribute_Positive_PreferredSharedMemoryCarveout_Not_Supported"
]
}
@@ -0,0 +1,9 @@
{
"DisabledTests":
[
"Unit_hipFuncSetCacheConfig_Negative_Not_Supported",
"Unit_hipFuncSetSharedMemConfig_Negative_Not_Supported",
"Unit_hipFuncSetAttribute_Positive_MaxDynamicSharedMemorySize_Not_Supported",
"Unit_hipFuncSetAttribute_Positive_PreferredSharedMemoryCarveout_Not_Supported"
]
}