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
7e80f627
Commit
7e80f627
authored
Dec 05, 2023
by
Umang Yadav
Browse files
formatting
parent
a196e90e
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
test/verify/gemm_2args_mm_8.cpp
test/verify/gemm_2args_mm_8.cpp
+1
-1
test/verify/gemm_add_broadcast2.cpp
test/verify/gemm_add_broadcast2.cpp
+1
-1
No files found.
test/verify/gemm_2args_mm_8.cpp
View file @
7e80f627
...
...
@@ -48,5 +48,5 @@ struct gemm_2args_mm_8 : verify_program<gemm_2args_mm_8<DType>>
};
template
struct
gemm_2args_mm_8
<
migraphx
::
shape
::
float_type
>;
//template struct gemm_2args_mm_8<migraphx::shape::half_type>;
//
template struct gemm_2args_mm_8<migraphx::shape::half_type>;
template
struct
gemm_2args_mm_8
<
migraphx
::
shape
::
fp8e4m3fnuz_type
>;
test/verify/gemm_add_broadcast2.cpp
View file @
7e80f627
...
...
@@ -51,5 +51,5 @@ struct gemm_add_broadcast2 : verify_program<gemm_add_broadcast2<DType>>
};
template
struct
gemm_add_broadcast2
<
migraphx
::
shape
::
float_type
>;
//template struct gemm_add_broadcast2<migraphx::shape::half_type>;
//
template struct gemm_add_broadcast2<migraphx::shape::half_type>;
template
struct
gemm_add_broadcast2
<
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