Skip to content

Commit

Permalink
Merge pull request #1755 from hdelan/mem-migrate-own-dir
Browse files Browse the repository at this point in the history
[test] Move mem migrate to its own dir
  • Loading branch information
kbenzie committed Jun 14, 2024
2 parents 2c86cd8 + 5c8cfea commit 0cd127a
Show file tree
Hide file tree
Showing 9 changed files with 8 additions and 5 deletions.
1 change: 1 addition & 0 deletions test/conformance/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ if(UR_DPCXX)
add_subdirectory(exp_command_buffer)
add_subdirectory(exp_usm_p2p)
add_subdirectory(exp_launch_properties)
add_subdirectory(memory-migrate)
else()
message(WARNING
"UR_DPCXX is not defined, the following conformance test executables \
Expand Down
7 changes: 7 additions & 0 deletions test/conformance/memory-migrate/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Copyright (C) 2022-2024 Intel Corporation
# Part of the Unified-Runtime Project, under the Apache License v2.0 with LLVM Exceptions.
# See LICENSE.TXT
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception

add_conformance_test_with_kernels_environment(memory-migrate
urMemBufferMigrateAcrossDevices.cpp)
5 changes: 0 additions & 5 deletions test/conformance/memory/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,3 @@ add_conformance_test_with_devices_environment(memory
urMemImageGetInfo.cpp
urMemRelease.cpp
urMemRetain.cpp)

if (UR_DPCXX)
add_conformance_test_with_kernels_environment(memory-migrate
urMemBufferMigrateAcrossDevices.cpp)
endif()

0 comments on commit 0cd127a

Please sign in to comment.