File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 88
88
-DCMAKE_CXX_COMPILER=${{matrix.compiler.cxx}}
89
89
-DUMF_BUILD_SHARED_LIBRARY=${{matrix.shared_library}}
90
90
-DUMF_BUILD_BENCHMARKS=ON
91
+ -DUMF_BUILD_BENCHMARKS_MT=ON
91
92
-DUMF_BUILD_TESTS=ON
92
93
-DUMF_BUILD_GPU_TESTS=ON
93
94
-DUMF_BUILD_GPU_EXAMPLES=ON
Original file line number Diff line number Diff line change 1
- # Copyright (C) 2023-2024 Intel Corporation
1
+ # Copyright (C) 2023-2025 Intel Corporation
2
2
# Under the Apache License v2.0 with LLVM Exceptions. See LICENSE.TXT.
3
3
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
4
4
@@ -109,6 +109,9 @@ function(add_umf_benchmark)
109
109
if (UMF_BUILD_CUDA_PROVIDER )
110
110
target_compile_definitions (${BENCH_NAME}
111
111
PRIVATE UMF_BUILD_CUDA_PROVIDER=1 )
112
+ target_include_directories (
113
+ ${BENCH_NAME} PRIVATE ${UMF_CMAKE_SOURCE_DIR} /test/common
114
+ ${CUDA_INCLUDE_DIRS} )
112
115
endif ()
113
116
if (UMF_BUILD_GPU_TESTS )
114
117
target_compile_definitions (${BENCH_NAME} PRIVATE UMF_BUILD_GPU_TESTS=1 )
You can’t perform that action at this time.
0 commit comments