Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
wangsen
rocm_bandwidth_test
Commits
f5d699ee
Commit
f5d699ee
authored
Mar 27, 2024
by
gaojm
Browse files
change hsa header path
parent
7719364f
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
base_test.hpp
base_test.hpp
+1
-1
common.hpp
common.hpp
+2
-2
rocm_bandwidth_test.hpp
rocm_bandwidth_test.hpp
+1
-1
No files found.
base_test.hpp
View file @
f5d699ee
...
@@ -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>
...
...
common.hpp
View file @
f5d699ee
...
@@ -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
;
...
...
rocm_bandwidth_test.hpp
View file @
f5d699ee
...
@@ -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"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment