mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-09 12:15:09 -05:00
This adds a new operation interface that allows an operation to specify that a batched version of the operation exists that applies it on the elements of a flat tensor in parallel.
15 lines
365 B
CMake
15 lines
365 B
CMake
add_subdirectory(Dialect)
|
|
add_subdirectory(Conversion)
|
|
add_subdirectory(Transforms)
|
|
add_subdirectory(Support)
|
|
add_subdirectory(Runtime)
|
|
add_subdirectory(ClientLib)
|
|
add_subdirectory(Bindings)
|
|
add_subdirectory(ServerLib)
|
|
add_subdirectory(Interfaces)
|
|
|
|
# CAPI needed only for python bindings
|
|
if (CONCRETELANG_BINDINGS_PYTHON_ENABLED)
|
|
add_subdirectory(CAPI)
|
|
endif()
|