aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Make sure factor set polynomials have canonical order in ZVP.J08nY2023-09-261-9/+31
* | Fix ZVP perf script.J08nY2023-09-232-4/+4
* | Omit y-calculation in divpoly mult-by-n map if unnecessary.J08nY2023-09-212-4/+6
* | Fix affine formula unrolling.J08nY2023-09-212-101/+113
* | Add to_affine mapping option to ZVP.J08nY2023-09-212-52/+76
* | Use EFD tosystem maps for the to_model coordinate conversion.J08nY2023-09-203-25/+7
* | Merge pull request #39 from Tomko10/masterJán Jančár2023-09-201-0/+9
|\|
| * feat: Added events to prevent H2D race conditionsTomáš Jusko2023-09-201-0/+9
|/
* Merge pull request #38 from Tomko10/feat/stacked-perf-testJán Jančár2023-09-203-90/+340
|\
| * Added GPUTraceManager init docstring. Changed total memory to available memoryTomáš Jusko2023-09-201-1/+10
| * fix: Deepsource errorsTomáš Jusko2023-09-181-27/+42
| * feat: Added configurable stream count and fixed chunkingTomáš Jusko2023-09-182-70/+121