mirror of
https://github.com/zama-ai/concrete.git
synced 2026-04-17 03:00:54 -04:00
fix: use new dfr api
This commit is contained in:
@@ -53,10 +53,7 @@ MLIR_CAPI_EXPORTED std::string roundTrip(const char *module);
|
||||
MLIR_CAPI_EXPORTED lambdaArgument invokeLambda(lambda l,
|
||||
executionArguments args);
|
||||
|
||||
// Initialize and terminate parallelization. Init can be called only once (later
|
||||
// calls might be ignored by the runtime). You shouldn't reinit after
|
||||
// termination.
|
||||
MLIR_CAPI_EXPORTED void initParallelization();
|
||||
// Terminate parallelization
|
||||
MLIR_CAPI_EXPORTED void terminateParallelization();
|
||||
|
||||
// Create a lambdaArgument from a tensor of different data types
|
||||
|
||||
Reference in New Issue
Block a user