diff --git a/projects/hip-tests/catch/unit/memory/hipMemcpyParam2D.cc b/projects/hip-tests/catch/unit/memory/hipMemcpyParam2D.cc index 7fc78c797c..ec391c5a51 100644 --- a/projects/hip-tests/catch/unit/memory/hipMemcpyParam2D.cc +++ b/projects/hip-tests/catch/unit/memory/hipMemcpyParam2D.cc @@ -67,11 +67,7 @@ TEST_CASE("Unit_hipMemcpyParam2D_Positive_Synchronization_Behavior") { #endif SECTION("Device to Device") { -#if HT_NVIDIA Memcpy2DDtoDSyncBehavior(MemcpyParam2DAdapter<>(), false); -#else - Memcpy2DDtoDSyncBehavior(MemcpyParam2DAdapter<>(), true); -#endif } #if HT_NVIDIA // Disabled on AMD due to defect - EXSWHTEC-232 @@ -196,4 +192,4 @@ TEST_CASE("Unit_hipMemcpyParam2D_Negative_Parameters") { NegativeTests(dst_alloc.ptr(), dst_alloc.pitch(), src_alloc.ptr(), src_alloc.pitch(), dst_alloc.width(), dst_alloc.height(), hipMemcpyDeviceToDevice); } -} \ No newline at end of file +}