Move include/* to include/hip/*

Change-Id: I7a7b2839b4df59c7a4c503550f99fdc9e45c0f54
This commit is contained in:
Maneesh Gupta
2016-10-04 22:17:18 +05:30
parent 48849feba3
commit bbfc08f419
40 changed files with 51 additions and 48 deletions
+3 -3
View File
@@ -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;