You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2021/12/07 03:44:23 UTC

[GitHub] [arrow] edponce commented on a change in pull request #11876: ARROW-14479: [C++] Hash Join Microbenchmarks

edponce commented on a change in pull request #11876:
URL: https://github.com/apache/arrow/pull/11876#discussion_r763605558



##########
File path: cpp/src/arrow/compute/exec/CMakeLists.txt
##########
@@ -32,6 +32,9 @@ add_arrow_compute_test(util_test PREFIX "arrow-compute")
 
 add_arrow_benchmark(expression_benchmark PREFIX "arrow-compute")
 
+find_package(OpenMP)
+add_arrow_benchmark(hash_join_benchmark PREFIX "arrow-compute" EXTRA_LINK_LIBS OpenMP::OpenMP_CXX)

Review comment:
       If OpenMP is not available, would benchmark still compile?




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org