aboutsummaryrefslogtreecommitdiff
path: root/aberth/aberth.cpp
Commit message (Collapse)AuthorAge
* Rename to main.cpptomsmeding2019-04-20
|
* More parametric C++ code (no real performance regression)tomsmeding2019-04-20
|
* Lower precision frmo 1e-9 to 1e-5 in C++ codetomsmeding2019-04-20
|
* Fix blatant error in C++ codetomsmeding2019-04-20
|
* Chunked computationstomsmeding2019-04-20
|
* Compile using nvccTom Smeding2019-04-20
|
* Use C++ <random> in normal aberthTom Smeding2019-04-20
|
* Compile on linuxTom Smeding2019-04-20
|
* Now it actually works on iris!tomsmeding2019-04-20
|
* Different image bounds layouttomsmeding2019-04-20
|
* Larger!tomsmeding2019-04-20
|
* Fix indentation, riptomsmeding2019-04-19
|
* Working Futhark! 🎉tomsmeding2019-04-19
| | | | | | | | That was actually easier than expected, and (surprise!) it runs ORDERS OF MAGNITUDE faster than my C++ implementation... C++ takes ~1min on my i5-4278U CPU @ 2.60GHz using all 4 virtual cores; the Futhark takes ~11sec on 1 core. Not sure whether my own code is so terribly bad or whether Futhark is cool, but this is cool nevertheless.
* New renderer using Aberth's methodtomsmeding2019-04-14