MayaFlux
0.2.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches
Execution.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
12
using
std::for_each;
13
using
std::sort;
14
using
std::transform;
15
using
std::execution::par;
16
using
std::execution::par_unseq;
17
using
std::execution::seq;
18
19
}
// namespace MayaFlux::Parallel
MayaFlux::Parallel
Definition
Dispatch.hpp:16
src
MayaFlux
Transitive
Parallel
Execution.hpp
Generated by
1.9.8