save-buffer commented on a change in pull request #11876:
URL: https://github.com/apache/arrow/pull/11876#discussion_r763609273



##########
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:
       No, probably not. I believe the goal is to be able to also compare the 
overheads of our executor framework vs OpenMP at some point




-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to