Skip to content

Commit

Permalink
[pre-RFC][BYOC] Marvell ML/AI Accelerator Integration
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe (Chien-Chun) Chou committed Dec 18, 2021
1 parent 2b5c376 commit ecb1b10
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions cmake/modules/contrib/Mrvl.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,15 @@ if(USE_MRVL)
# FIXME: find_livrary(MRVL_LIB Mrvl)
# FIXME: find_livrary(MRVL_RUNTIME_LIB Mrvl_runtime)
file(GLOB RUNTIME_MRVL_SRCS
src/runtime/contrib/mrvl/mrvl_runtime.cc
)
list(APPEND RUNTIME_SRCS ${RUNTIME_MRVL_SRCS})

file(GLOB COMPILER_MRVL_SRCS
src/relay/backend/contrib/mrvl/graph_executor_codegen_mrvl.cc
src/relay/backend/contrib/mrvl/codegen.cc
src/relay/backend/contrib/mrvl/drop_noop_transpose.cc
src/runtime/contrib/mrvl/mrvl_runtime.cc
)
list(APPEND RUNTIME_SRCS ${RUNTIME_MRVL_SRCS})
list(APPEND COMPILER_SRCS ${COMPILER_MRVL_SRCS})

endif(USE_MRVL)

0 comments on commit ecb1b10

Please sign in to comment.