Open C++ Libraries.org develop
Loading...
Searching...
No Matches
config.hpp
1// SPDX-License-Identifier: BSL-1.0
2// Copyright 2026, Amlal El Mahrouss (amlal@nekernel.org)
3// Distributed under the Boost Software License, Version 1.0. (See accompanying
4// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
5// Official repository: https://github.com/open-cpp-libraries/core
6
7#pragma once
8
9#include <boost/memory_order.hpp>
10#include <boost/smart_ptr.hpp>
11#include <boost/thread/mutex.hpp>
12
13#define OCL_ALLOC_MODULE (202606)