alpaka
Abstraction Library for Parallel Kernel Acceleration
Hip.hpp
Go to the documentation of this file.
1 /* Copyright 2022 Axel Huebl, Benjamin Worpitz, Matthias Werner, RenĂ© Widera, Bernhard Manfred Gruber
2  * SPDX-License-Identifier: MPL-2.0
3  */
4 
5 #pragma once
6 
9 
10 #ifdef ALPAKA_ACC_GPU_HIP_ENABLED
11 # if !BOOST_LANG_HIP && !defined(ALPAKA_HOST_ONLY)
12 # error If ALPAKA_ACC_GPU_HIP_ENABLED is set, the compiler has to support HIP!
13 # endif
14 #endif