mirror of
https://github.com/NVIDIA/TensorRT-LLM.git
synced 2026-01-31 00:01:22 +08:00
add a line of comment
Signed-off-by: Xiwen Yu <13230610+VALLIS-NERIA@users.noreply.github.com>
This commit is contained in:
parent
0b73a57c33
commit
27c73de43f
@ -138,7 +138,8 @@ function(add_instantiations library base_dir)
|
||||
endif()
|
||||
endmacro()
|
||||
|
||||
glob_src_create_target(80 "80;86;90;100f;120f")
|
||||
glob_src_create_target(80 "80;86;90;100f;120f") # we use 80 kernels to support
|
||||
# fp16 of all archs
|
||||
glob_src_create_target(90 90)
|
||||
glob_src_create_target(100 100f)
|
||||
glob_src_create_target(103 103)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user