/**
* \file dnn/include/hip_header.h
* MegEngine is Licensed under the Apache License, Version 2.0 (the "License")
*
* Copyright (c) 2014-2021 Megvii Inc. All rights reserved.
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
*/
/**
* \remarks The files in the subdirectory include/hip are copied from HIP
* headers provided by ROCm-Developer-Tools/HIP, which can be found from
* https://github.com/ROCm-Developer-Tools/HIP. These files are included to make
* the MegDNN can be compiled with both CUDA and ROCm backends, and the both
* backends share the same code.
*/
// vim: syntax=cpp.doxygen