LLVM OpenMP 20.0.0git
|
#include <omp.h>
#include <algorithm>
#include <cassert>
#include <chrono>
#include <thread>
#include <vector>
Go to the source code of this file.
Functions | |
void | dummy_root () |
int | main (int argc, char *argv[]) |
void dummy_root | ( | ) |
Definition at line 17 of file capacity_mix_threads.cpp.
References omp_get_max_threads().
Referenced by main().
Definition at line 23 of file capacity_mix_threads.cpp.
References data, dummy_root(), i, N, and omp_get_max_threads().