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
composable_kernel
Commits
bc7b5334
Commit
bc7b5334
authored
Apr 26, 2022
by
ltqin
Browse files
add compiler warning
parent
2959f94c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
include/ck/utility/amd_xdlops.hpp
include/ck/utility/amd_xdlops.hpp
+4
-2
No files found.
include/ck/utility/amd_xdlops.hpp
View file @
bc7b5334
...
...
@@ -307,8 +307,10 @@ struct intrin_mfma_f64_16x16x4f64<16, 16>
reg_c
.
template
AsType
<
double4_t
>()(
Number
<
0
>
{})
=
__builtin_amdgcn_mfma_f64_16x16x4f64
(
reg_a
,
reg_b
,
reg_c
.
template
AsType
<
double4_t
>()[
Number
<
0
>
{}],
0
,
0
,
0
);
#else
reg_c
.
template
AsType
<
double4_t
>()(
Number
<
0
>
{})
=
{
reg_a
,
reg_a
,
reg_b
,
reg_b
};
#pragma message "this GPU card don't support mfma_f64_16x16x4f64 instruction!"
ignore
=
reg_a
;
ignore
=
reg_b
;
ignore
=
reg_c
;
#endif
}
};
...
...
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