Skip to content

Commit 2566c79

Browse files
typo fix
Signed-off-by: Lucas Wilkinson <lwilkins@redhat.com>
1 parent 9a40c48 commit 2566c79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ if (FA3_ENABLED AND ${CMAKE_CUDA_COMPILER_VERSION} GREATER_EQUAL 12.0)
215215
"hopper/instantiations/flash_fwd_hdim64_e4m3*_sm90.cu"
216216
"hopper/instantiations/flash_fwd_hdim96_e4m3*_sm90.cu"
217217
"hopper/instantiations/flash_fwd_hdim128_e4m3*_sm90.cu"
218-
"hopper/instantiations/flash_fwd_hdim196_e4m3*_sm90.cu"
218+
"hopper/instantiations/flash_fwd_hdim192_e4m3*_sm90.cu"
219219
"hopper/instantiations/flash_fwd_hdim256_e4m3*_sm90.cu")
220220
# Add these for hdim diff cases (192 only)
221221
file(GLOB FA3_FP8_GEN_SRCS_

0 commit comments

Comments
 (0)