You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Native should be configurable to stop the compilation process from sierra to MLIR by two parameters :
Size of the sierra file. Currently the casm and sierra bytecode size is limited to 81920 bytes. This value should be passed to the executor for the compilation process.
Memory usage. CASM is currently limited to 5120 MB. We should research if we can monitor memory usage.
In addition, we should research if we can also pass in a timeout value in milliseconds, and measure wall clock time during compilation.
These three failure modes should each have their own error.
The text was updated successfully, but these errors were encountered:
Native should be configurable to stop the compilation process from sierra to MLIR by two parameters :
In addition, we should research if we can also pass in a timeout value in milliseconds, and measure wall clock time during compilation.
These three failure modes should each have their own error.
The text was updated successfully, but these errors were encountered: