summaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAgeFilesLines
...
* | | Speedup rolling_mean computation.J08nY2023-10-132-16/+3
* | | Add default group in HDF5.J08nY2023-10-111-0/+4
* | | Fix HDF5 tracesets to allow more than 8k traces.J08nY2023-10-113-41/+36
* | | Merge pull request #44 from andrr3j/CPA_pyecscaJán Jančár2023-10-102-4/+82
|\ \ \
| * \ \ Merge branch 'J08nY:master' into CPA_pyecscaAndrej Bátora2023-10-107-4/+23
| |\ \ \ | |/ / / |/| | |
* | | | Cache sympify results to speedup formula exec.J08nY2023-10-064-3/+18
* | | | Do not print full perf logs in pyinstrument.J08nY2023-10-062-1/+2
* | | | Add numpy typing plugin to mypy.J08nY2023-10-061-0/+3
| * | | fix_2 codestyle CPAAndrej Bátora2023-10-061-1/+0
| * | | fixed codestyle CPAAndrej Bátora2023-10-061-6/+7
| * | | Merge branch 'master' into CPA_pyecscaJán Jančár2023-10-052-19/+39
| |\ \ \ | |/ / / |/| | |
* | | | Fixup type annotations in emulator, make mypy happy.J08nY2023-10-052-20/+40
| * | | typing fixesAndrej Bátora2023-10-052-7/+8
| * | | fixed CPAAndrej Bátora2023-10-051-2/+2
| * | | Merge branch 'J08nY:master' into CPA_pyecscaAndrej Bátora2023-10-0514-77/+514
| |\ \ \ | |/ / / |/| | |
* | | | Fix variable name issue in Comb.J08nY2023-10-041-2/+2
* | | | Add Comb multipliers.J08nY2023-10-045-10/+213
* | | | Add fullprecomp multiplier.J08nY2023-10-046-5/+131
* | | | More docs for scalarmults.J08nY2023-10-0411-70/+178
| * | | implemented CPAAndrej Bátora2023-10-051-0/+77
|/ / /
* | | Fix ZVP perf.J08nY2023-10-021-2/+3
* | | Fix authors.J08nY2023-10-023-13/+17
* | | Add other authors.J08nY2023-10-021-1/+5
* | | Merge pull request #40 from andrr3j/DPA_pyecscaJán Jančár2023-10-022-0/+211
|\ \ \
| * | | added DOMs to DPA + fixesAndrej Bátora2023-10-022-15/+26
| * | | implemented emulator target and DPAAndrej Bátora2023-09-272-0/+200
* | | | Allow to compute non-affine factor set.J08nY2023-10-022-8/+15
* | | | Split to_affine map to factor_set computation, fix mypy.J08nY2023-10-023-87/+170
* | | | Merge pull request #43 from vojtechsu/masterJán Jančár2023-10-023-4/+70
|\ \ \ \
| * | | | Add filtering of non-homogeneous polynomialsvojtechsu2023-10-023-4/+70
* | | | | Bump EFD.J08nY2023-10-021-0/+0
|/ / / /
* | | | Merge pull request #42 from Tomko10/feat/pearson-corr-coefJán Jančár2023-09-303-26/+208
|\ \ \ \ | | |_|/ | |/| |
| * | | fix: PR requested changesTomáš Jusko2023-09-303-13/+7
| * | | fix: TypingTomáš Jusko2023-09-301-4/+4
| * | | feat: Added GPU Pearson corr coefficient testsTomáš Jusko2023-09-301-0/+74
| * | | fix: Lines too longTomáš Jusko2023-09-301-2/+3
| * | | fix: Typing and wrong argumentsTomáš Jusko2023-09-301-10/+10
| * | | fix: Fixed GPU Pearson corr coefficientTomáš Jusko2023-09-301-6/+9
| * | | Changed const memory to pageable memoryTomáš Jusko2023-09-301-17/+16
| * | | feat: Added host Pearson coefficient runner functionTomáš Jusko2023-09-251-9/+38
| * | | feat: Changed inputs to const memory for general combine functionsTomáš Jusko2023-09-251-17/+29
| * | | feat: Added Pearson correlation coefficient for GPUTomáš Jusko2023-09-241-0/+44
| * | | feat: Added extra inputs to general combine functionTomáš Jusko2023-09-241-10/+36
| | |/ | |/|
* | | Fix ZVP perf.J08nY2023-09-301-1/+1
* | | Unify unroll and unroll with names.J08nY2023-09-302-43/+38
* | | Merge pull request #41 from vojtechsu/masterJán Jančár2023-09-302-22/+54
|\ \ \
| * | | Add filtering of RPA polynomialsvojtechsu2023-09-292-22/+54
* | | | Fix typing.J08nY2023-09-301-2/+2
|/ / /
* | / Fix caching in CI.J08nY2023-09-283-4/+4
| |/ |/|
* | Add special cases to ZVP point construction.J08nY2023-09-263-28/+68