Skip to content

Commit 0cd127a

Browse files
authored
Merge pull request #1755 from hdelan/mem-migrate-own-dir
[test] Move mem migrate to its own dir
2 parents 2c86cd8 + 5c8cfea commit 0cd127a

9 files changed

+8
-5
lines changed

test/conformance/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ if(UR_DPCXX)
144144
add_subdirectory(exp_command_buffer)
145145
add_subdirectory(exp_usm_p2p)
146146
add_subdirectory(exp_launch_properties)
147+
add_subdirectory(memory-migrate)
147148
else()
148149
message(WARNING
149150
"UR_DPCXX is not defined, the following conformance test executables \
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Copyright (C) 2022-2024 Intel Corporation
2+
# Part of the Unified-Runtime Project, under the Apache License v2.0 with LLVM Exceptions.
3+
# See LICENSE.TXT
4+
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
5+
6+
add_conformance_test_with_kernels_environment(memory-migrate
7+
urMemBufferMigrateAcrossDevices.cpp)

test/conformance/memory/CMakeLists.txt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,3 @@ add_conformance_test_with_devices_environment(memory
1515
urMemImageGetInfo.cpp
1616
urMemRelease.cpp
1717
urMemRetain.cpp)
18-
19-
if (UR_DPCXX)
20-
add_conformance_test_with_kernels_environment(memory-migrate
21-
urMemBufferMigrateAcrossDevices.cpp)
22-
endif()

0 commit comments

Comments
 (0)