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
yangql
composable_kernel-1
Commits
b725e3fc
Commit
b725e3fc
authored
Sep 21, 2021
by
Chao Liu
Browse files
Merge remote-tracking branch 'origin/develop' into miopen_downstream-dynamic_reduction_pr
parents
df0d6810
f3acd251
Changes
44
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
197 additions
and
10 deletions
+197
-10
host/host_tensor/include/host_conv_bwd_weight.hpp
host/host_tensor/include/host_conv_bwd_weight.hpp
+89
-0
host/host_tensor/include/host_gemm.hpp
host/host_tensor/include/host_gemm.hpp
+87
-0
host/solver/include/conv_tunable_fwd_v4r4_xdlops_nchw_kcyx_nkhw.hpp
...r/include/conv_tunable_fwd_v4r4_xdlops_nchw_kcyx_nkhw.hpp
+4
-4
script/run.sh
script/run.sh
+17
-6
No files found.
host/host_tensor/include/host_conv_bwd_weight.hpp
0 → 100644
View file @
b725e3fc
This diff is collapsed.
Click to expand it.
host/host_tensor/include/host_gemm.hpp
0 → 100644
View file @
b725e3fc
This diff is collapsed.
Click to expand it.
host/solver/include/conv_tunable_fwd_v4r4_xdlops_nchw_kcyx_nkhw.hpp
View file @
b725e3fc
...
...
@@ -9,8 +9,8 @@ struct tunable_dyn_conv_fwd_v4r4_xdlops_nchw_kcyx_nkhw
int
NPerBlock
;
int
KPerBlock
;
int
MPer
Wave
;
int
NPer
Wave
;
int
MPer
XDL
;
int
NPer
XDL
;
int
K1
;
int
MRepeat
;
...
...
@@ -45,8 +45,8 @@ static tunable_dyn_conv_fwd_v4r4_xdlops_nchw_kcyx_nkhw
128
,
// MPerBlock,
128
,
// NPerBlock,
4
,
// KPerBlock,
32
,
// MPer
Wave
,
32
,
// NPer
Wave
,
32
,
// MPer
XDL
,
32
,
// NPer
XDL
,
4
,
// K1,
2
,
// MRepeat,
2
,
// NRepeat,
...
...
script/run.sh
View file @
b725e3fc
This diff is collapsed.
Click to expand it.
Prev
1
2
3
Next
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