Commit 1337102e authored by gaojm's avatar gaojm
Browse files

Merge branch 'dev20240327/gjm_hsa_path' into 'dtk-24.04'

change hsa header path

See merge request dcutoolkit/driverruntime/rocm_bandwidth_test!3
parents 7719364f f5d699ee
......@@ -43,7 +43,7 @@
#ifndef ROC_BANDWIDTH_TEST_BASE_H_
#define ROC_BANDWIDTH_TEST_BASE_H_
#include "hsa.h"
#include "hsa/hsa.h"
#include <iostream>
#include <string>
#include <vector>
......
......@@ -48,8 +48,8 @@
#include <vector>
#include <cmath>
#include <stdio.h>
#include "hsa.h"
#include "hsa_ext_amd.h"
#include "hsa/hsa.h"
#include "hsa/hsa_ext_amd.h"
using namespace std;
......
......@@ -43,7 +43,7 @@
#ifndef __ROC_BANDWIDTH_TEST_H__
#define __ROC_BANDWIDTH_TEST_H__
#include "hsa.h"
#include "hsa/hsa.h"
#include "base_test.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