SWDEV-461791 - Enable Unit_hipPointerSetAttribute_Positive_SyncMemops

Change-Id: I9be8fb4622d60d9f05d3601eeccc5f6e0687a3e3
Этот коммит содержится в:
Marko Arandjelovic
2024-06-14 13:43:02 +02:00
коммит произвёл Rakesh Roy
родитель 3e945b10f1
Коммит a34ae6c8fc
3 изменённых файлов: 1 добавлений и 5 удалений
-2
Просмотреть файл
@@ -105,8 +105,6 @@
"Unit_hipEventIpc",
"=== SWDEV-427101:Below test fails randomly in PSDB ===",
"Unit_deviceAllocation_InOneThread_AccessInAllThreads",
"=== Below test is disabled due to defect EXSWHTEC-347 ===",
"Unit_hipPointerSetAttribute_Positive_SyncMemops",
"=== Below 2 tests are disable due to defect EXSWHTEC-356 ===",
"Unit_Device___hisinf2_Accuracy_Positive",
"Unit_Device___hisnan2_Accuracy_Positive",
-2
Просмотреть файл
@@ -214,8 +214,6 @@
"Unit_hipVectorTypes_test_on_device",
"Unit_Layered1DTexture_Check_DeviceBufferToFromLayered1DArray - ushort4",
"Unit_Layered2DTexture_Check_DeviceBufferToFromLayered2DArray - float4",
"=== Below test is disabled due to defect EXSWHTEC-347 ===",
"Unit_hipPointerSetAttribute_Positive_SyncMemops",
"NOTE: The following test is disabled due to defect - EXSWHTEC-241",
"Unit_hipFuncGetAttributes_Negative_Parameters",
"NOTE: The following test is disabled due to defect - EXSWHTEC-242",
+1 -1
Просмотреть файл
@@ -52,7 +52,7 @@ TEST_CASE("Unit_hipPointerSetAttribute_Positive_SyncMemops") {
HIP_CHECK(hipMemcpy(dst.ptr(), src.ptr(), 1024, hipMemcpyDeviceToDevice));
HIP_CHECK_ERROR(hipStreamQuery(stream.stream()), hipErrorNotReady);
bool value = true;
int value = 1;
HIP_CHECK(hipPointerSetAttribute(&value, HIP_POINTER_ATTRIBUTE_SYNC_MEMOPS,
reinterpret_cast<hipDeviceptr_t>(src.ptr())));
HIP_CHECK(hipPointerSetAttribute(&value, HIP_POINTER_ATTRIBUTE_SYNC_MEMOPS,