[BUILD] Fix includes (#49)
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
#include "triton/driver/dispatch.h"
|
||||
#include "triton/external/CUDA/cuda.h"
|
||||
#include "triton/external/hip.h"
|
||||
#include <string>
|
||||
|
||||
namespace llvm {
|
||||
|
5
include/triton/external/hip.h
vendored
5
include/triton/external/hip.h
vendored
@@ -1,3 +1,6 @@
|
||||
#ifndef __external_hip_h__
|
||||
#define __external_hip_h__
|
||||
|
||||
/*
|
||||
* @brief hipError_t
|
||||
* @enum
|
||||
@@ -286,3 +289,5 @@ typedef enum hipFuncCache_t {
|
||||
#define HIP_LAUNCH_PARAM_BUFFER_POINTER ((void*)0x01)
|
||||
#define HIP_LAUNCH_PARAM_BUFFER_SIZE ((void*)0x02)
|
||||
#define HIP_LAUNCH_PARAM_END ((void*)0x03)
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user