aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAgeFilesLines
...
* | Fixup mypy run in CI.J08nY2022-12-071-2/+2
| * feat: Added sums of durations across repetitions to summary in JSON exportTomáš Jusko2023-02-181-4/+16
| * feat: Added performance test report export to JSONTomáš Jusko2023-02-171-2/+102
| * fix: Fixed typing for older Python compatibilityTomáš Jusko2023-02-042-16/+18
| * feat(perf): Added repeated runsTomáš Jusko2023-02-021-21/+55
| * fix: default metaTomáš Jusko2023-02-021-2/+6
| * feat(perf): Added normal distribution to dataset generatingTomáš Jusko2023-02-021-16/+58
| * feat: Added CLI and timing to stacked combine performance testingTomáš Jusko2022-12-041-15/+235
| * fix: Fixed chipwhisperer importsTomáš Jusko2022-12-041-3/+3
| * fix: Changed default metadata valueTomáš Jusko2022-12-041-2/+3
| * feat: Extracted base class for TraceManager for stacked tracesTomáš Jusko2022-12-041-43/+88
| * feat: Added function for generating tracesets for use in perf testingTomáš Jusko2022-10-242-0/+87
| * feat: Added CPU implementations of combine on stacked tracesTomáš Jusko2022-10-142-269/+365
|/
* Merge pull request #15 from Tomko10/stacked_tracesJán Jančár2022-04-065-1/+427
|\
| * fix: Fixed bug of calling class method instead of instance methodTomáš Jusko2022-04-051-5/+5
| * feat: Made GPUTraceManager stateful, updated tests accordinglyTomáš Jusko2022-04-042-57/+48
| * fix: Minor fixes as per PR commentsTomáš Jusko2022-04-041-4/+9
| * feat(test): Skipping tests if CUDA not availableTomáš Jusko2022-04-041-0/+3
| * Added missing newlineTomáš Jusko2022-02-271-1/+1
| * Added documentationTomáš Jusko2022-02-271-17/+121
| * Fixes according to PR commentsTomáš Jusko2022-02-261-25/+30
| * Added stacked combine tests to MakefileTomáš Jusko2022-02-261-1/+2
| * Removed unused fileTomáš Jusko2022-02-261-0/+0
| * DeepSource fixesTomas Jusko2022-01-312-2/+1
| * flake8 conformanceTomas Jusko2022-01-311-7/+8
| * flake8 conformanceTomas Jusko2022-01-311-26/+26
| * RefactoringTomas Jusko2022-01-311-53/+43
| * Made test samples bigger to GPU utilizationTomas Jusko2022-01-311-1/+5
| * Fixed bugs and importsTomas Jusko2022-01-312-24/+5
| * Added test for GPU combine functions implemented so farTomas Jusko2022-01-311-3/+81
| * Cleanup and added common setup of GPU implementationsTomas Jusko2022-01-311-19/+65
| * Removed garbageTomas Jusko2022-01-292-66/+17
| * Added stacked traces class and GPU combine algorithmsTomas Jusko2022-01-284-47/+85
| * Started stacked traces testsTomas Jusko2022-01-271-0/+32
| * Added naive implementations of gpu optimized trace combine functionsTomas Jusko2022-01-193-0/+197
* | Use string versions in Github CI python setup.J08nY2022-04-043-12/+12
* | Also test on Pyton 3.10 in CI.J08nY2022-04-041-1/+1
* | Fix collections on Python 3.10J08nY2022-04-041-1/+1
* | Merge pull request #17 from J08nY/deepsource-fix-325158fbJán Jančár2022-03-012-16/+19
|\ \
| * | Fix failing test after Mod behaviour change.J08nY2022-03-011-2/+5
| * | Return `NotImplemented` instead of raising `NotImplementedError`deepsource-autofix[bot]2022-03-011-14/+14
| |/
* | Merge pull request #18 from J08nY/deepsource-fix-3f1522f4Ján Jančár2022-03-012-9/+9
|\ \
| * | Merge collapsible `if` statementsdeepsource-autofix[bot]2022-03-012-9/+9
| |/
* | Merge pull request #16 from J08nY/deepsource-fix-3bd25dcfJán Jančár2022-03-011-1/+1
|\ \ | |/ |/|
| * Remove implicit `object` from the base classdeepsource-autofix[bot]2022-03-011-1/+1
|/
* Update std submodule.J08nY2021-11-271-0/+0
* Fix profiling.J08nY2021-11-271-3/+3
* Add profiling of sca.combine submodule.J08nY2021-11-2710-83/+141
* Add performance plotting.J08nY2021-11-262-0/+34
* Fix type issue in params.load_category.J08nY2021-11-261-2/+2