Move include/* to include/hip/*
Change-Id: I7a7b2839b4df59c7a4c503550f99fdc9e45c0f54
This commit is contained in:
@@ -22,9 +22,9 @@ THE SOFTWARE.
|
||||
|
||||
#include <stack>
|
||||
|
||||
#include "hip_runtime.h"
|
||||
#include "hcc_detail/hip_hcc.h"
|
||||
#include "hcc_detail/trace_helper.h"
|
||||
#include "hip/hip_runtime.h"
|
||||
#include "hip/hcc_detail/hip_hcc.h"
|
||||
#include "hip/hcc_detail/trace_helper.h"
|
||||
|
||||
// Stack of contexts
|
||||
thread_local std::stack<ihipCtx_t *> tls_ctxStack;
|
||||
|
||||
Reference in New Issue
Block a user