hyporo-cpp/source/hpr/parallel/parallel.hpp

8 lines
135 B
C++
Raw Normal View History

2023-03-13 22:27:09 +05:00
#pragma once
#include <oneapi/tbb/blocked_range.h>
#include <oneapi/tbb/parallel_for.h>
template <class E, class I, class F>