We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ace9f4a commit 68700b5Copy full SHA for 68700b5
benchmark/CMakeLists.txt
@@ -1,4 +1,4 @@
1
-# Copyright (C) 2023-2024 Intel Corporation
+# Copyright (C) 2023-2025 Intel Corporation
2
# Under the Apache License v2.0 with LLVM Exceptions. See LICENSE.TXT.
3
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
4
@@ -109,6 +109,9 @@ function(add_umf_benchmark)
109
if(UMF_BUILD_CUDA_PROVIDER)
110
target_compile_definitions(${BENCH_NAME}
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})
115
endif()
116
if(UMF_BUILD_GPU_TESTS)
117
target_compile_definitions(${BENCH_NAME} PRIVATE UMF_BUILD_GPU_TESTS=1)
0 commit comments