aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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
| * feat: Changed streams to a fixed numberTomáš Jusko2023-09-121-10/+13
| * feat: Added chunking from memory size ratio paramTomáš Jusko2023-09-072-9/+69
| * fix: Fixed chunked GPU computation, refactoredTomáš Jusko2023-08-221-50/+68
| * fix: Changed samples numpy order for chunkingTomáš Jusko2023-08-171-0/+2
| * fix: Output newline at the end of perf reportTomáš Jusko2023-08-171-0/+1
| * feat: Added chunk size option to perf scriptTomáš Jusko2023-07-141-9/+14
| * feat: Added chunked processing with parametric sizeTomáš Jusko2023-07-141-32/+95
| * feat: Added timing function optionTomáš Jusko2023-04-051-12/+34
| * feat: Added kernel cachingTomáš Jusko2023-04-052-8/+9
* | Bump EFD version and fix formula names.J08nY2023-09-2012-38/+70
* | Add more curve model transformaations.J08nY2023-08-315-40/+154
* | Actually optimize ZVP precomp.J08nY2023-08-311-0/+2
* | Further ZVP precomp.J08nY2023-08-312-4/+8
* | Compute formula factor set.J08nY2023-08-313-32/+127
* | More tests for point coordinate conversion.J08nY2023-08-313-41/+52
* | Improve point test coverage.J08nY2023-08-312-12/+17
* | Fix some deepsource issues.J08nY2023-08-3112-33/+20
* | Fix mypy Poly checks.J08nY2023-08-311-17/+16
* | Add fast ZVP test.J08nY2023-08-301-1/+22
* | Fix docs.J08nY2023-08-293-1/+12
* | More docs.J08nY2023-08-293-0/+15
* | Fix bogus coverage in scope.J08nY2023-08-291-0/+14
* | Cleanup ZVP computation.J08nY2023-08-295-16/+77