[init] baseline7 from project_6
This commit is contained in:
14
ex_engine/csrc/ilu_layers_CMakeLists.txt
Executable file
14
ex_engine/csrc/ilu_layers_CMakeLists.txt
Executable file
@@ -0,0 +1,14 @@
|
||||
include(cc_library)
|
||||
|
||||
cc_library(
|
||||
NAME
|
||||
ilu_layers
|
||||
HDRS
|
||||
attention.h
|
||||
fused_moe.h
|
||||
SRCS
|
||||
attention.cpp
|
||||
fused_moe.cpp
|
||||
DEPS
|
||||
:common_layers
|
||||
)
|
||||
Reference in New Issue
Block a user