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

Change-Id: I5d7e6471237b4a5726e09e4de06dafe2aa78cd28
Bu işleme şunda yer alıyor:
Mirza Halilčević
2023-12-28 19:25:01 +01:00
işlemeyi yapan: Rakesh Roy
ebeveyn 053c58ab2d
işleme 4507ee6531
3 değiştirilmiş dosya ile 19 ekleme ve 0 silme
+9
Dosyayı Görüntüle
@@ -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"
]
}
+9
Dosyayı Görüntüle
@@ -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"
]
}
+1
Dosyayı Görüntüle
@@ -47,6 +47,7 @@ add_subdirectory(atomics)
add_subdirectory(complex)
add_subdirectory(p2p)
add_subdirectory(gcc)
add_subdirectory(vector_types)
if(HIP_PLATFORM STREQUAL "amd")
add_subdirectory(callback)