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