Turi Create  4.0
parallel_includes.hpp
1 /* Copyright © 2017 Apple Inc. All rights reserved.
2  *
3  * Use of this source code is governed by a BSD-3-clause license that can
4  * be found in the LICENSE.txt file or at https://opensource.org/licenses/BSD-3-Clause
5  */
6 #ifndef TURI_PARALLEL_PARALLEL_ALL_HPP_
7 #define TURI_PARALLEL_PARALLEL_ALL_HPP_
8 
9 #include <core/parallel/atomic.hpp>
10 #include <core/parallel/atomic_ops.hpp>
11 #include <core/parallel/atomic_add_vector2.hpp>
12 #include <core/parallel/pthread_tools.hpp>
13 #include <core/parallel/lambda_omp.hpp>
14 #include <core/parallel/mutex.hpp>
15 
16 #endif