mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-09 03:55:04 -05:00
chore: update the doc to have clearer uses of Concrete Numpy etc
refs #1288
This commit is contained in:
committed by
Benoit Chevallier
parent
a835d25e15
commit
721bc06eb7
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user