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_ROCM
Commits
edb77c8d
Commit
edb77c8d
authored
Jul 22, 2024
by
danyao12
Browse files
comments
parent
260ace4b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
example/ck_tile/01_fmha/codegen/ops/fmha_bwd.py
example/ck_tile/01_fmha/codegen/ops/fmha_bwd.py
+6
-6
No files found.
example/ck_tile/01_fmha/codegen/ops/fmha_bwd.py
View file @
edb77c8d
...
...
@@ -312,13 +312,13 @@ class FmhaBwdDQDKDVTileSize:
F_bhdv
:
int
# v head_dim
F_rm0
:
int
# number of warps along q seqlen (block warps) in gemm0/gemm2
F_rn0
:
int
# number of warps along k seqlen (block warps) in gemm0/gemm2
F_rk0
:
int
# number of warps along
gemm-k
(not used) in gemm0/gemm2
F_rk0
:
int
# number of warps along
headdim_qk/v
(not used) in gemm0/gemm2
F_rm1
:
int
# number of warps along k seqlen (block warps) in gemm1/gemm3
F_rn1
:
int
# number of warps along
q seqlen
(block warps) in gemm1/gemm3
F_rk1
:
int
# number of warps along
gemm-k
(not used) in gemm1/gemm3
F_rm2
:
int
# number of warps along
k
seqlen (block warps) in gemm4
F_rn2
:
int
# number of warps along
q seqlen
(block warps) in gemm4
F_rk2
:
int
# number of warps along
gemm-k
(not used) in gemm4
F_rn1
:
int
# number of warps along
headdim_qk/v
(block warps) in gemm1/gemm3
F_rk1
:
int
# number of warps along
q seqlen
(not used) in gemm1/gemm3
F_rm2
:
int
# number of warps along
q
seqlen (block warps) in gemm4
F_rn2
:
int
# number of warps along
headdim_qk
(block warps) in gemm4
F_rk2
:
int
# number of warps along
k seqlen
(not used) in gemm4
F_wm0
:
int
# warp size along m in gemm0/gemm2/gemm4
F_wn0
:
int
# warp size along n in gemm0/gemm2/gemm4
F_wk0
:
int
# warp size along k in gemm0/gemm2/gemm4
...
...
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