config.h 559 字节
Newer Older
1 2 3 4
/**
 * \file dnn/include/megdnn/config/config.h
 * MegEngine is Licensed under the Apache License, Version 2.0 (the "License")
 *
5
 * Copyright (c) 2014-2021 Megvii Inc. All rights reserved.
6 7 8 9 10 11
 *
 * 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.
 */

12 13
#include "megbrain_build_config.h"

14
#if !defined(__CUDACC__) && !defined(__HIPCC__)
15 16 17 18 19


#endif  // !defined(__CUDACC__)

// vim: syntax=cpp.doxygen