SWDEV-483355 - hipDrvMemcpy2DUnaligned is not supported for inter GPU copy without p2p access.

Change-Id: Ie484efc5779b139e5ca2d504342fb49edfb6b30c
This commit is contained in:
Jaydeep Patel
2024-09-11 06:51:11 +00:00
committato da Rakesh Roy
parent 067e3836ee
commit 7aff6567b7
@@ -273,9 +273,6 @@ TEST_CASE("Unit_hipDrvMemcpy2DUnaligned_Positive_Basic") {
CHECK_IMAGE_SUPPORT
SECTION("Device to Device") {
SECTION("Peer access disabled") {
Memcpy2DDeviceToDeviceShell<false, false, true>(DrvMemcpy2DUnalignedAdapter());
}
SECTION("Peer access enabled") {
Memcpy2DDeviceToDeviceShell<false, true, true>(DrvMemcpy2DUnalignedAdapter());
}