File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -109,7 +109,6 @@ add_subdirectory(platform)
109
109
add_subdirectory (device )
110
110
add_subdirectory (context )
111
111
add_subdirectory (memory )
112
- add_subdirectory (memory-migrate )
113
112
add_subdirectory (usm )
114
113
add_subdirectory (event )
115
114
add_subdirectory (queue )
@@ -145,6 +144,7 @@ if(UR_DPCXX)
145
144
add_subdirectory (exp_command_buffer )
146
145
add_subdirectory (exp_usm_p2p )
147
146
add_subdirectory (exp_launch_properties )
147
+ add_subdirectory (memory-migrate )
148
148
else ()
149
149
message (WARNING
150
150
"UR_DPCXX is not defined, the following conformance test executables \
Original file line number Diff line number Diff line change 1
- if (UR_DPCXX )
2
- add_conformance_test_with_kernels_environment (memory-migrate
3
- urMemBufferMigrateAcrossDevices.cpp )
4
- endif ()
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 )
You can’t perform that action at this time.
0 commit comments