aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Split tests and added test for chunked combineTomáš Jusko2023-12-182-74/+119
* feat: Added pearson correlation coefficient to perf scriptTomáš Jusko2023-12-091-28/+43
* feat: Ensure writing timing data in perf scriptTomáš Jusko2023-11-081-8/+9
* fix: Dimension check errorTomáš Jusko2023-10-311-1/+3
* feat: Clarified arguments helpsTomáš Jusko2023-10-311-16/+19
* feat: CSV report export format and report aggregation (untested)Tomáš Jusko2023-10-301-28/+171
* feat: Added options for reporting totals and summaryTomáš Jusko2023-10-301-48/+75
* feat: Combinations of parameters from fileTomáš Jusko2023-10-291-48/+332
* Added default arguments to perf script stack functionTomáš Jusko2023-10-191-2/+6
* Add trace transform function.J08nY2023-10-161-0/+12
* Add "astype" to trace.J08nY2023-10-161-0/+6
* Merge pull request #50 from Tomko10/fix/test-target-importJán Jančár2023-10-151-1/+1
|\
| * fix: Moved exception import from file scope to functionTomáš Jusko2023-10-151-1/+1
* | Ditch the Optionals.J08nY2023-10-142-21/+23
* | Make stuff picklable.J08nY2023-10-145-0/+50
* | Add trace stretch function.J08nY2023-10-131-1/+9
* | Speedup rolling_mean computation.J08nY2023-10-131-1/+1
* | Fix HDF5 tracesets to allow more than 8k traces.J08nY2023-10-112-8/+8
* | Do not print full perf logs in pyinstrument.J08nY2023-10-061-1/+1
* | Add Comb multipliers.J08nY2023-10-042-2/+11
* | Add fullprecomp multiplier.J08nY2023-10-042-3/+11
* | Fix ZVP perf.J08nY2023-10-021-2/+3
* | Allow to compute non-affine factor set.J08nY2023-10-021-3/+7
* | Split to_affine map to factor_set computation, fix mypy.J08nY2023-10-021-31/+96
* | Add filtering of non-homogeneous polynomialsvojtechsu2023-10-021-4/+6
* | Merge pull request #42 from Tomko10/feat/pearson-corr-coefJán Jančár2023-09-301-0/+64
|\ \
| * | fix: PR requested changesTomáš Jusko2023-09-301-11/+1
| * | feat: Added GPU Pearson corr coefficient testsTomáš Jusko2023-09-301-0/+74
| |/
* | Fix ZVP perf.J08nY2023-09-301-1/+1
* | Unify unroll and unroll with names.J08nY2023-09-301-18/+18
* | Add filtering of RPA polynomialsvojtechsu2023-09-291-14/+14
* | Add special cases to ZVP point construction.J08nY2023-09-262-4/+6
* | Fix ZVP perf script.J08nY2023-09-232-4/+4
* | Fix affine formula unrolling.J08nY2023-09-211-17/+18
* | Add to_affine mapping option to ZVP.J08nY2023-09-211-49/+42
|/
* Merge pull request #38 from Tomko10/feat/stacked-perf-testJán Jančár2023-09-201-18/+87
|\
| * feat: Added configurable stream count and fixed chunkingTomáš Jusko2023-09-181-4/+22
| * feat: Added chunking from memory size ratio paramTomáš Jusko2023-09-071-1/+24
| * 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 timing function optionTomáš Jusko2023-04-051-12/+34
* | Bump EFD version and fix formula names.J08nY2023-09-209-37/+42
* | Add more curve model transformaations.J08nY2023-08-311-1/+17
* | Further ZVP precomp.J08nY2023-08-311-1/+1
* | Compute formula factor set.J08nY2023-08-312-12/+69
* | More tests for point coordinate conversion.J08nY2023-08-311-38/+49
* | Improve point test coverage.J08nY2023-08-311-10/+15
* | Fix some deepsource issues.J08nY2023-08-314-12/+1
* | Add fast ZVP test.J08nY2023-08-301-1/+22
* | Fix bogus coverage in scope.J08nY2023-08-291-0/+14