Skip to content

Commit

Permalink
fixup! update GINKGO_BENCHMARK_ENABLE_TUNING usage
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelKoch committed Jan 30, 2024
1 parent 214429b commit 9e4ac1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hip/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ set(GINKGO_HIP_SOURCES
${GKO_UNIFIED_COMMON_SOURCES}
)
if(GINKGO_BENCHMARK_ENABLE_TUNING)
target_sources(ginkgo_hip PRIVATE ${Ginkgo_SOURCE_DIR}/benchmark/utils/tuning_variables.cpp)
list(APPEND GINKGO_HIP_SOURCES ${Ginkgo_SOURCE_DIR}/benchmark/utils/tuning_variables.cpp)
endif()

if(hipfft_FOUND)
Expand Down

0 comments on commit 9e4ac1d

Please sign in to comment.