Nicolas Sarlin
a694e08ddc
fix(core): par_encrypt_and_prove was using sequential encryption
2025-10-23 10:08:06 +02:00
Guillermo Oyarzun
e12638dabe
feat(gpu): extend specialized version to classical pbs
2025-10-22 09:20:40 +02:00
pgardratzama
79f1d22573
fix(hpu): scalar rot & shift were not doing anything and not tested in test/hpu.rs
2025-10-21 13:29:59 +02:00
pgardratzama
f9c89212ea
fix(hpu): display name on shift looked wrong
2025-10-21 13:29:59 +02:00
pgardratzama
b918f77859
chore(hpu): add force_reload option in v80 config, remove added line in sim config
2025-10-21 13:29:59 +02:00
Helder Campos
054c5028a1
feat(hpu): Added the option to forcefully reload the HPU
2025-10-21 13:29:59 +02:00
Helder Campos
7b621e57b0
feat(hpu): LLT ROT/SHIFT IOPs
2025-10-21 13:29:59 +02:00
Agnes Leroy
b4b6275ca5
chore(gpu): remove device synchronize in drop for cudavec
2025-10-21 11:33:46 +02:00
Agnes Leroy
42644349ef
chore(gpu): remove remaining async functions from the integer gpu api
2025-10-20 16:19:19 +02:00
Thomas Montaigu
20b7b06ffb
chore: add check_fmt_js to pcc_batch
2025-10-20 14:37:36 +02:00
Thomas Montaigu
39fbc20360
fix(js): catch undefined variant using Option<>
...
In the JS ShortintParametersName, users could
make typo in the variant used e.g:
`ShortintParametersName.PARAM_MESSAGE_2_CARRY128`
In JS this returns `undefined` which is then later casted to an
int and it becomes 0, leading to match the first variant
We modify the input to receive an `Option<ShortintParametersName>`
as it seems to allow us to catch the `undefined` and return a proper
error
2025-10-20 14:37:36 +02:00
dependabot[bot]
c3ae852aa2
chore(deps): bump peter-evans/create-or-update-comment
...
Bumps [peter-evans/create-or-update-comment](https://github.com/peter-evans/create-or-update-comment ) from 4.0.0 to 5.0.0.
- [Release notes](https://github.com/peter-evans/create-or-update-comment/releases )
- [Commits](71345be026...e8674b0752 )
---
updated-dependencies:
- dependency-name: peter-evans/create-or-update-comment
dependency-version: 5.0.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-10-20 14:18:08 +02:00
Arthur Meyre
4a89792579
chore: use pull request permissions to be able to post comments
...
- the "print URL" comment failed, while the "bench failed" comment worked
difference is the former has an issues write permissions, and the latter
a pull request write permissions
2025-10-20 13:45:39 +02:00
Arthur Meyre
205b767fc1
chore: fix various target issues for benchmarks following renames
...
- renames were done to uniformize and make it easier to setup perf
regression measurements, some names were not updated this PR fixes that
2025-10-20 13:45:27 +02:00
Beka Barbakadze
39862c2861
fix(gpu): fix bug in are_all_comparison_blocks_true when number of blocks is 0
2025-10-20 13:26:50 +02:00
Thomas Montaigu
eed5a6c5ba
chore(bench): add grep check for trivial in benches
2025-10-20 12:26:44 +02:00
Thomas Montaigu
0dd0ead4e2
chore(bench): remove trivial encryptions
...
It makes benches not accurate
2025-10-20 12:26:44 +02:00
dependabot[bot]
5d5e9d47e9
chore(deps): bump actions/setup-node from 5.0.0 to 6.0.0
...
Bumps [actions/setup-node](https://github.com/actions/setup-node ) from 5.0.0 to 6.0.0.
- [Release notes](https://github.com/actions/setup-node/releases )
- [Commits](https://github.com/actions/setup-node/compare/v5...2028fbc5c25fe9cf00d9f06a71cc4710d4507903 )
---
updated-dependencies:
- dependency-name: actions/setup-node
dependency-version: 6.0.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-10-20 12:14:50 +02:00
dependabot[bot]
45b7491726
chore(deps): bump rust-lang/crates-io-auth-action from 1.0.1 to 1.0.2
...
Bumps [rust-lang/crates-io-auth-action](https://github.com/rust-lang/crates-io-auth-action ) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/rust-lang/crates-io-auth-action/releases )
- [Commits](e919bc7605...041cce5b4b )
---
updated-dependencies:
- dependency-name: rust-lang/crates-io-auth-action
dependency-version: 1.0.2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-10-20 12:14:42 +02:00
dependabot[bot]
f84a4275ef
chore(deps): bump actions/checkout from 4.2.2 to 5.0.0
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 4.2.2 to 5.0.0.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v4.2.2...08c6903cd8c0fde910a37f88322edcfb5dd907a8 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: 5.0.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-10-20 12:12:50 +02:00
Agnes Leroy
34ffbadc72
chore(gpu): remove async from div, even odd, ilog2
2025-10-20 11:34:37 +02:00
Agnes Leroy
4322214d8f
chore(gpu): remove async bitop cmux comparisons neg
2025-10-20 11:34:37 +02:00
David Testé
cf20d73a5f
chore(ci): show action run url on custom regression benchmark
...
When triggered via issue comment, a performance regression
benchmark doesn't appear in the check suite. To ease tracking,
a comment is created which display URL of the workflow run.
2025-10-20 09:18:17 +02:00
Agnes Leroy
c30835fc30
chore(gpu): remove async entry points for abs, add, sub, aes
2025-10-17 15:42:06 +02:00
David Testé
70b0c0ff19
chore(ci): echo post-commit checks sub-recipe names
...
This is done to improve readability in case of recipe failure.
2025-10-17 15:30:19 +02:00
David Testé
206553e9ee
chore(ci): check for performance regression and create report
...
After running performances regression benchmarks, a performance
changes checking is executed. It will fetch results data with an
external tool then it will look for anomaly in changes.
Finally it will produce a report as an issue comment with any
anomaly display in a Markdown array. A folded section of the
report message contains all the results from the benchmark.
Note that a fully custom benchmark triggered from an issue comment
would not generate a report. In addition HPU performance
regression benchmark is not supported yet.
2025-10-17 15:05:24 +02:00
Agnes Leroy
f78bea23be
chore(gpu): remove async functions in radix mod.rs
2025-10-17 13:22:05 +02:00
Thomas Montaigu
106b46be7c
chore(docs): add KVStore docs
2025-10-17 13:05:52 +02:00
Nicolas Sarlin
2cdc804670
chore(backward): backward compat data targeted generation
2025-10-17 12:43:13 +02:00
David Testé
23d7e0d844
chore(ci): use trusted publishing for npm packages
2025-10-17 12:06:34 +02:00
David Testé
0e1082f465
chore(docs): update benchmark results for all backends
...
This also removes tables in PBS benchmarks for failure probability
of 2**-40.
2025-10-17 09:49:47 +02:00
Guillermo Oyarzun
c22e63895e
fix(gpu): fix multi-gpu throughput benches with classical pbs
2025-10-16 17:55:10 +02:00
Arthur Meyre
375a4f80ae
docs: add ReRand documentation
2025-10-16 16:50:19 +02:00
Arthur Meyre
21b6863c5d
chore: update dedup tool to be smarter when finding already aliased params
...
- keep the alias if found
- update the imports if all items are found to be aliases
2025-10-16 15:23:36 +02:00
Arthur Meyre
20a91337c1
chore: prepare v1.5
2025-10-16 15:23:36 +02:00
Arthur Meyre
a8520a2e22
chore: make main compile with 2024 edition dependencies
...
- resolver 3 makes sure that incompatible dependencies (rust version wise)
are not selected
- fix a new lint
2025-10-16 15:04:37 +02:00
Agnes Leroy
c8db338376
chore(gpu): remove use of duplicate async in hl api and non async integer ops
2025-10-16 14:30:57 +02:00
Nicolas Sarlin
e849394ea7
chore(tfhe): remove tuniform example
2025-10-16 09:48:24 +02:00
Enzo Di Maria
126e779533
refactor(gpu): oprf_unsigned_custom_range + tests
2025-10-16 09:31:01 +02:00
Enzo Di Maria
353237c0d6
refactor(gpu): oprf_unsigned_custom_range
2025-10-16 09:31:01 +02:00
Agnes Leroy
7bad509f9a
fix(gpu): fix perf regression introduced in cf3f25efdd
2025-10-16 09:21:05 +02:00
yuxizama
c99bc6d97f
chore(docs): update doc designs
2025-10-15 17:03:20 +02:00
Andrei Stoian
a84cf4ed21
fix(gpu): coprocessor install workflow
2025-10-15 15:38:30 +02:00
Agnes Leroy
ab40df4b7f
chore(gpu): change coprocessor gpu bench name to match other names
2025-10-15 14:38:53 +02:00
Thomas Montaigu
3b9eb360c1
chore(backward): regenerate KVStore backward data
...
This is because now that the KVstore uses a BTreeMap
which is a sorted collection, the serialization of the data
is deterministic
2025-10-14 17:04:13 +02:00
Thomas Montaigu
498b0e6e5c
refactor: use BTreeMap as internals of KVStore
...
This is to make the order of the key and value lists
deterministic when compressing
2025-10-14 17:04:13 +02:00
Arthur Meyre
a9d0b9a3fb
chore: fix cmux doctstrings
...
- mismatched text/rust blocks made the docs broken on docs.rs
- should we remove all ```rust given it is implied by ``` ?
2025-10-14 10:25:42 +02:00
Agnes Leroy
cf3f25efdd
chore(gpu): add missing syncs in linearalgebra functions and aes
2025-10-14 09:23:11 +02:00
Agnes Leroy
c3ed1a7558
chore(gpu): internal renaming
2025-10-14 09:23:11 +02:00
Agnes Leroy
6347f25668
chore(gpu): synchronize after every release
2025-10-14 09:23:11 +02:00