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 7d83af5 commit 16d40e2Copy full SHA for 16d40e2
libs/EXTERNAL/libtatum/CMakeLists.txt
@@ -2,6 +2,7 @@ cmake_minimum_required(VERSION 3.16)
2
3
project("tatum")
4
5
+# Parallel tatum gives non-deterministic results. Use serial by default until resolved
6
set(TATUM_EXECUTION_ENGINE "serial" CACHE STRING "Specify the framework for (potential) parallel execution")
7
set_property(CACHE TATUM_EXECUTION_ENGINE PROPERTY STRINGS auto serial tbb)
8
0 commit comments