chore: update the doc to have clearer uses of Concrete Numpy etc

refs #1288
This commit is contained in:
Benoit Chevallier-Mames
2022-01-05 18:05:04 +01:00
committed by Benoit Chevallier
parent a835d25e15
commit 721bc06eb7
18 changed files with 47 additions and 53 deletions

View File

@@ -29,7 +29,7 @@ One can look to [numpy supported functions](../howto/numpy_support.md) for infor
## Limitations
Floating point support in **Concrete** is very limited for the time being. They can't appear on inputs, or they can't be outputs. However, they can be used in intermediate results. Unfortunately, there are limitations on that front as well.
Floating point support in **Concrete Numpy** is very limited for the time being. They can't appear on inputs, or they can't be outputs. However, they can be used in intermediate results. Unfortunately, there are limitations on that front as well.
This biggest one is that, because floating point operations are fused into table lookups with a single unsigned integer input and single unsigned integer output, only univariate portion of code can be replaced with table lookups, which means multivariate portions cannot be compiled.