add a line of comment

Signed-off-by: Xiwen Yu <13230610+VALLIS-NERIA@users.noreply.github.com>
This commit is contained in:
Xiwen Yu 2025-09-10 14:54:22 +08:00
parent 0b73a57c33
commit 27c73de43f

View File

@ -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)