MayaFlux
0.1.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches
Parallel.hpp
Go to the documentation of this file.
1
#pragma once
2
3
#ifdef MAYAFLUX_PLATFORM_MACOS
4
#include "oneapi/dpl/algorithm"
5
#include "oneapi/dpl/execution"
6
#else
7
#include <execution>
8
#endif
9
10
namespace
MayaFlux::Parallel
{
11
using
std::for_each;
12
using
std::sort;
13
using
std::transform;
14
using
std::execution::par;
15
using
std::execution::par_unseq;
16
using
std::execution::seq;
17
}
MayaFlux::Parallel
Definition
Parallel.hpp:10
src
MayaFlux
Parallel.hpp
Generated by
1.9.8