mirror of
https://github.com/zama-ai/concrete.git
synced 2026-04-17 03:00:54 -04: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.
5 lines
113 B
CMake
5 lines
113 B
CMake
add_subdirectory(Dialect)
|
|
add_subdirectory(Conversion)
|
|
add_subdirectory(Transforms)
|
|
add_subdirectory(Interfaces)
|