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
gaoqiong
MIGraphX
Commits
9a9e9648
Commit
9a9e9648
authored
Nov 26, 2023
by
Umang Yadav
Browse files
formatting
parent
83ce487a
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
4 deletions
+3
-4
src/targets/gpu/rocblas.cpp
src/targets/gpu/rocblas.cpp
+2
-1
test/verify/gemm_2args_bmv.cpp
test/verify/gemm_2args_bmv.cpp
+1
-2
test/verify/gemm_multi_3args_c25.cpp
test/verify/gemm_multi_3args_c25.cpp
+0
-1
No files found.
src/targets/gpu/rocblas.cpp
View file @
9a9e9648
...
...
@@ -53,7 +53,8 @@ bool get_compute_fp32_flag()
return
(
starts_with
(
device_name
,
"gfx9"
)
and
device_name
>=
"gfx908"
);
}
bool
rocblas_fp8_available
()
{
bool
rocblas_fp8_available
()
{
#ifndef MIGRAPHX_USE_ROCBLAS_FP8_API
return
false
;
#else
...
...
test/verify/gemm_2args_bmv.cpp
View file @
9a9e9648
...
...
@@ -27,7 +27,7 @@
#include <migraphx/generate.hpp>
#include <migraphx/make_op.hpp>
template
<
migraphx
::
shape
::
type_t
DType
>
template
<
migraphx
::
shape
::
type_t
DType
>
struct
gemm_2args_bmv
:
verify_program
<
gemm_2args_bmv
<
DType
>>
{
migraphx
::
program
create_program
()
const
...
...
@@ -50,4 +50,3 @@ struct gemm_2args_bmv : verify_program<gemm_2args_bmv<DType>>
template
struct
gemm_2args_bmv
<
migraphx
::
shape
::
float_type
>;
template
struct
gemm_2args_bmv
<
migraphx
::
shape
::
fp8e4m3fnuz_type
>;
test/verify/gemm_multi_3args_c25.cpp
View file @
9a9e9648
...
...
@@ -51,4 +51,3 @@ struct gemm_multi_3args_c25 : verify_program<gemm_multi_3args_c25<DType>>
template
struct
gemm_multi_3args_c25
<
migraphx
::
shape
::
float_type
>;
template
struct
gemm_multi_3args_c25
<
migraphx
::
shape
::
fp8e4m3fnuz_type
>;
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