15 lines
165 B
Plaintext
15 lines
165 B
Plaintext
|
|
include(cc_library)
|
||
|
|
|
||
|
|
cc_library(
|
||
|
|
NAME
|
||
|
|
ilu_layers
|
||
|
|
HDRS
|
||
|
|
attention.h
|
||
|
|
fused_moe.h
|
||
|
|
SRCS
|
||
|
|
attention.cpp
|
||
|
|
fused_moe.cpp
|
||
|
|
DEPS
|
||
|
|
:common_layers
|
||
|
|
)
|