Commit Graph

897 Commits

Author SHA1 Message Date
Umut
6662b71dfe feat: support library compilation and serialization 2022-05-06 11:16:43 +03:00
Umut
6739e2e8ab feat: make graph picklable 2022-05-06 11:16:43 +03:00
Umut
a8d929f1f1 chore: bump concrete-compiler version 2022-05-06 11:16:43 +03:00
Umut
3629cafd82 fix: don't fuse some operations as their semantics doesn't allow fusing 2022-05-06 11:15:52 +03:00
Umut
057232666a docs: remove outdated limitations in the docs 2022-05-02 12:59:32 +03:00
Umut
accb469422 docs: avoid using html in readme 2022-05-02 12:59:32 +03:00
Umut
b63150220e docs: add what happens on out of bounds during table lookups, show lookup table with negative values 2022-05-02 12:59:32 +03:00
Umut
14b67702a8 docs: simplify explicit api example in readme 2022-05-02 12:59:32 +03:00
Umut
a59ba704ec docs: increase spacing between short description and introduction of readme 2022-05-02 12:59:32 +03:00
Umut
2946935e28 docs: improve lookup table documentation 2022-05-02 12:59:32 +03:00
Umut
c683a714b4 docs: update usage of MultiLookupTable with LookupTable 2022-05-02 12:59:32 +03:00
Umut
dcd7a7ac6d docs: improve explicit compiler api example in readme 2022-05-02 12:59:32 +03:00
Umut
c1a91ca668 docs: remove deleted logo from readme and replace it with a centered title 2022-05-02 12:59:32 +03:00
Umut
758af942a7 docs: remove client/server api from future features section 2022-05-02 12:59:32 +03:00
Umut
30d132ad75 chore: fix macOS dependency issue in AWS machines 2022-05-02 11:42:42 +03:00
Umut
ffe26aadcb refactor: move configuration and artifacts to compile and trace methods 2022-04-29 11:10:14 +03:00
Umut
cc726154b6 feat: add fork method to configuration to easily change a small setting 2022-04-29 11:10:14 +03:00
Umut
6fe148e72b refactor: rename compilation artifacts to debug artifacts 2022-04-29 11:10:14 +03:00
Umut
a5961a7008 refactor: rename compilation configuration to configuration 2022-04-29 11:10:14 +03:00
Umut
ffbcdabab0 feat: make virtual compilation unsafe 2022-04-27 12:00:40 +03:00
Umut
add923b291 fix: don't set key cache if its location is not configured 2022-04-27 12:00:40 +03:00
youben11
840a9c2c20 feat: support tracing/eval of ONNX Conv
- 1D, 2D, and 3D convolutions
- conversion to MLIR is supported only for 2D convolution
- not full support yet: still limitations on group and other params
2022-04-27 08:18:14 +01:00
dependabot[bot]
e4a0f3e8e6 chore(deps): bump actions/checkout from 3.0.1 to 3.0.2
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.0.1 to 3.0.2.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](dcd71f6466...2541b1294d)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-26 11:27:00 +03:00
Umut
67c4b04047 chore: bump version to 0.6.0-rc3 2022-04-26 11:26:31 +03:00
Umut
85cbd38021 feat: add virtual option to compile to simulate fhe without compiling 2022-04-25 10:22:30 +03:00
dependabot[bot]
64234ee761 chore(deps): bump actions/checkout from 3.0.0 to 3.0.1
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](a12a3943b4...dcd71f6466)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-18 10:47:44 +03:00
dependabot[bot]
a039baa718 chore(deps): bump actions/setup-python from 3.1.1 to 3.1.2
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3.1.1 to 3.1.2.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](21c0493ecf...98f2ad02fd)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-18 10:47:37 +03:00
youben11
824e034084 refactor: add concrete.onnx mod with previous conv2d
the module is meant to contain machine learning operations as defined by
ONNX
2022-04-13 13:10:53 +01:00
dependabot[bot]
09d8aa5aeb chore(deps): bump actions/setup-python from 3.1.0 to 3.1.1
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3.1.0 to 3.1.1.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](9c644ca2ab...21c0493ecf)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-12 12:52:26 +03:00
Umut
cfb912c5ce chore: bump version to 0.6.0-rc2 2022-04-12 12:16:59 +03:00
Umut
a17d0c66ca fix: update only int64 astype warning to ignore floating point types 2022-04-08 16:52:16 +03:00
Umut
aa9753ef12 docs: add an example with explicit compiler api to readme 2022-04-08 12:09:44 +03:00
Umut
19cc683ead chore: remove unused dependencies 2022-04-08 12:09:44 +03:00
Umut
ce7646f102 feat: introduce explicit encrypt/decrypt/run api 2022-04-08 12:09:44 +03:00
Umut
38ccacca69 feat: warn possible problematic usage of astype 2022-04-08 12:09:44 +03:00
Umut
72c13c54be refactor: rename run method of the circuit to encrypt_run_decrypt 2022-04-08 12:09:44 +03:00
Umut
fdd3efa2ce docs: improve module docstrings 2022-04-08 12:09:44 +03:00
Umut
036e127b05 docs: remove logo as it doesn't fit the new theme 2022-04-08 12:09:44 +03:00
Umut
ba33d42762 feat: implement transpose 2022-04-08 12:09:44 +03:00
Umut
79685ed7dc docs: start updating docs to reflect the rewrite 2022-04-08 12:09:44 +03:00
Umut
f17745130e fix: sanity check script used during release 2022-04-08 12:09:44 +03:00
Umut
f79faab85f chore: disable some pydocstyle lints 2022-04-08 12:09:44 +03:00
Umut
3f8256d72c chore: move licenses files to docs 2022-04-08 12:09:44 +03:00
Umut
c45b9ffa43 feat: rewrite tests 2022-04-08 12:09:44 +03:00
Umut
f5431be602 feat: export appropriate items from concrete.numpy module 2022-04-08 12:09:44 +03:00
Umut
4a6c728f8f feat: implement compilation module 2022-04-08 12:09:44 +03:00
Umut
92651a12ee feat: implement mlir module 2022-04-08 12:09:44 +03:00
Umut
58328aa42f feat: implement extensions module 2022-04-08 12:09:44 +03:00
Umut
85065452f7 feat: implement tracing module 2022-04-08 12:09:44 +03:00
Umut
92efb20e09 feat: implement representation module 2022-04-08 12:09:44 +03:00