Improvements of shared memory parallelization #34

Merged
Alexander_KS merged 6 commits from selecct_array_conf_pass into master 2024-03-30 16:28:03 +00:00
Showing only changes of commit e32bdb0e07 - Show all commits

View File

@@ -3,6 +3,7 @@
#include <vector> #include <vector>
#include <set> #include <set>
#include <string> #include <string>
#include <cstdint>
struct DataDirective; struct DataDirective;
namespace Distribution namespace Distribution