Commit f5d699ee authored by gaojm's avatar gaojm
Browse files

change hsa header path

parent 7719364f
...@@ -43,7 +43,7 @@ ...@@ -43,7 +43,7 @@
#ifndef ROC_BANDWIDTH_TEST_BASE_H_ #ifndef ROC_BANDWIDTH_TEST_BASE_H_
#define ROC_BANDWIDTH_TEST_BASE_H_ #define ROC_BANDWIDTH_TEST_BASE_H_
#include "hsa.h" #include "hsa/hsa.h"
#include <iostream> #include <iostream>
#include <string> #include <string>
#include <vector> #include <vector>
......
...@@ -48,8 +48,8 @@ ...@@ -48,8 +48,8 @@
#include <vector> #include <vector>
#include <cmath> #include <cmath>
#include <stdio.h> #include <stdio.h>
#include "hsa.h" #include "hsa/hsa.h"
#include "hsa_ext_amd.h" #include "hsa/hsa_ext_amd.h"
using namespace std; using namespace std;
......
...@@ -43,7 +43,7 @@ ...@@ -43,7 +43,7 @@
#ifndef __ROC_BANDWIDTH_TEST_H__ #ifndef __ROC_BANDWIDTH_TEST_H__
#define __ROC_BANDWIDTH_TEST_H__ #define __ROC_BANDWIDTH_TEST_H__
#include "hsa.h" #include "hsa/hsa.h"
#include "base_test.hpp" #include "base_test.hpp"
#include "common.hpp" #include "common.hpp"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment