Skip to content

Commit 52684d7

Browse files
authored
Fix : fix moe regression for sm120 (#5823)
Signed-off-by: peaceh <103117813+peaceh-nv@users.noreply.github.com>
1 parent 5aa958a commit 52684d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/tensorrt_llm/kernels/cutlass_kernels/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ function(add_instantiations library base_dir)
119119

120120
if(${ARCH} EQUAL 90)
121121
process_target(${TARGET_NAME} true false)
122-
elseif(${ARCH} EQUAL 100)
122+
elseif(${ARCH} GREATER_EQUAL 100)
123123
process_target(${TARGET_NAME} false true)
124124
endif()
125125
endif()

0 commit comments

Comments
 (0)