| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | Merge pull request #42 from Tomko10/feat/pearson-corr-coef | Ján Jančár | 2023-09-30 | 3 | -26/+208 | |
| |\ \ \ \ | | |_|/ | |/| | | Pearson correlation coefficient | |||||
| | * | | | fix: PR requested changes | Tomáš Jusko | 2023-09-30 | 3 | -13/+7 | |
| | | | | | ||||||
| | * | | | fix: Typing | Tomáš Jusko | 2023-09-30 | 1 | -4/+4 | |
| | | | | | ||||||
| | * | | | feat: Added GPU Pearson corr coefficient tests | Tomáš Jusko | 2023-09-30 | 1 | -0/+74 | |
| | | | | | ||||||
| | * | | | fix: Lines too long | Tomáš Jusko | 2023-09-30 | 1 | -2/+3 | |
| | | | | | ||||||
| | * | | | fix: Typing and wrong arguments | Tomáš Jusko | 2023-09-30 | 1 | -10/+10 | |
| | | | | | ||||||
| | * | | | fix: Fixed GPU Pearson corr coefficient | Tomáš Jusko | 2023-09-30 | 1 | -6/+9 | |
| | | | | | ||||||
| | * | | | Changed const memory to pageable memory | Tomáš Jusko | 2023-09-30 | 1 | -17/+16 | |
| | | | | | ||||||
| | * | | | feat: Added host Pearson coefficient runner function | Tomáš Jusko | 2023-09-25 | 1 | -9/+38 | |
| | | | | | ||||||
| | * | | | feat: Changed inputs to const memory for general combine functions | Tomáš Jusko | 2023-09-25 | 1 | -17/+29 | |
| | | | | | ||||||
| | * | | | feat: Added Pearson correlation coefficient for GPU | Tomáš Jusko | 2023-09-24 | 1 | -0/+44 | |
| | | | | | ||||||
| | * | | | feat: Added extra inputs to general combine function | Tomáš Jusko | 2023-09-24 | 1 | -10/+36 | |
| | | |/ | |/| | ||||||
| * | | | Fix ZVP perf. | J08nY | 2023-09-30 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Unify unroll and unroll with names. | J08nY | 2023-09-30 | 2 | -43/+38 | |
| | | | | ||||||
| * | | | Merge pull request #41 from vojtechsu/master | Ján Jančár | 2023-09-30 | 2 | -22/+54 | |
| |\ \ \ | | | | | | | | | Add filtering of RPA polynomials | |||||
| | * | | | Add filtering of RPA polynomials | vojtechsu | 2023-09-29 | 2 | -22/+54 | |
| | | | | | ||||||
| * | | | | Fix typing. | J08nY | 2023-09-30 | 1 | -2/+2 | |
| |/ / / | ||||||
| * | / | Fix caching in CI. | J08nY | 2023-09-28 | 3 | -4/+4 | |
| | |/ |/| | ||||||
| * | | Add special cases to ZVP point construction. | J08nY | 2023-09-26 | 3 | -28/+68 | |
| | | | ||||||
| * | | Make sure factor set polynomials have canonical order in ZVP. | J08nY | 2023-09-26 | 1 | -9/+31 | |
| | | | ||||||
| * | | Fix ZVP perf script. | J08nY | 2023-09-23 | 2 | -4/+4 | |
| | | | ||||||
| * | | Omit y-calculation in divpoly mult-by-n map if unnecessary. | J08nY | 2023-09-21 | 2 | -4/+6 | |
| | | | ||||||
| * | | Fix affine formula unrolling. | J08nY | 2023-09-21 | 2 | -101/+113 | |
| | | | ||||||
| * | | Add to_affine mapping option to ZVP. | J08nY | 2023-09-21 | 2 | -52/+76 | |
| | | | ||||||
| * | | Use EFD tosystem maps for the to_model coordinate conversion. | J08nY | 2023-09-20 | 3 | -25/+7 | |
| | | | ||||||
| * | | Merge pull request #39 from Tomko10/master | Ján Jančár | 2023-09-20 | 1 | -0/+9 | |
| |\| | | | | | Fixes and changes to chunking for GPU | |||||
| | * | feat: Added events to prevent H2D race conditions | Tomáš Jusko | 2023-09-20 | 1 | -0/+9 | |
| |/ | ||||||
| * | Merge pull request #38 from Tomko10/feat/stacked-perf-test | Ján Jančár | 2023-09-20 | 3 | -90/+340 | |
| |\ | | | | | Chunked GPU calculation | |||||
| | * | Added GPUTraceManager init docstring. Changed total memory to available memory | Tomáš Jusko | 2023-09-20 | 1 | -1/+10 | |
| | | | ||||||
| | * | fix: Deepsource errors | Tomáš Jusko | 2023-09-18 | 1 | -27/+42 | |
| | | | ||||||
| | * | feat: Added configurable stream count and fixed chunking | Tomáš Jusko | 2023-09-18 | 2 | -70/+121 | |
| | | | ||||||
| | * | feat: Changed streams to a fixed number | Tomáš Jusko | 2023-09-12 | 1 | -10/+13 | |
| | | | ||||||
| | * | feat: Added chunking from memory size ratio param | Tomáš Jusko | 2023-09-07 | 2 | -9/+69 | |
| | | | ||||||
| | * | fix: Fixed chunked GPU computation, refactored | Tomáš Jusko | 2023-08-22 | 1 | -50/+68 | |
| | | | ||||||
| | * | fix: Changed samples numpy order for chunking | Tomáš Jusko | 2023-08-17 | 1 | -0/+2 | |
| | | | ||||||
| | * | fix: Output newline at the end of perf report | Tomáš Jusko | 2023-08-17 | 1 | -0/+1 | |
| | | | ||||||
| | * | feat: Added chunk size option to perf script | Tomáš Jusko | 2023-07-14 | 1 | -9/+14 | |
| | | | ||||||
| | * | feat: Added chunked processing with parametric size | Tomáš Jusko | 2023-07-14 | 1 | -32/+95 | |
| | | | ||||||
| | * | feat: Added timing function option | Tomáš Jusko | 2023-04-05 | 1 | -12/+34 | |
| | | | ||||||
| | * | feat: Added kernel caching | Tomáš Jusko | 2023-04-05 | 2 | -8/+9 | |
| | | | ||||||
| * | | Bump EFD version and fix formula names. | J08nY | 2023-09-20 | 12 | -38/+70 | |
| | | | ||||||
| * | | Add more curve model transformaations. | J08nY | 2023-08-31 | 5 | -40/+154 | |
| | | | | | | | | | Thanks @vojtechsu. | |||||
| * | | Actually optimize ZVP precomp. | J08nY | 2023-08-31 | 1 | -0/+2 | |
| | | | ||||||
| * | | Further ZVP precomp. | J08nY | 2023-08-31 | 2 | -4/+8 | |
| | | | ||||||
| * | | Compute formula factor set. | J08nY | 2023-08-31 | 3 | -32/+127 | |
| | | | ||||||
| * | | More tests for point coordinate conversion. | J08nY | 2023-08-31 | 3 | -41/+52 | |
| | | | ||||||
| * | | Improve point test coverage. | J08nY | 2023-08-31 | 2 | -12/+17 | |
| | | | ||||||
| * | | Fix some deepsource issues. | J08nY | 2023-08-31 | 12 | -33/+20 | |
| | | | ||||||
| * | | Fix mypy Poly checks. | J08nY | 2023-08-31 | 1 | -17/+16 | |
| | | | ||||||
| * | | Add fast ZVP test. | J08nY | 2023-08-30 | 1 | -1/+22 | |
| | | | ||||||
