forked from OSchip/llvm-project
15 lines
488 B
C
15 lines
488 B
C
//===--- amdgpu/impl/hsa_api.h ------------------------------------ C++ -*-===//
|
|
//
|
|
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
|
// See https://llvm.org/LICENSE.txt for license information.
|
|
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
|
//
|
|
//===----------------------------------------------------------------------===//
|
|
#ifndef AMDGPU_HSA_API_H_INCLUDED
|
|
#define AMDGPU_HSA_API_H_INCLUDED
|
|
|
|
#include "hsa.h"
|
|
#include "hsa_ext_amd.h"
|
|
|
|
#endif
|