aboutsummaryrefslogtreecommitdiff
path: root/aberth/aberth_kernel.fut
Commit message (Collapse)AuthorAge
* Update Futhark kernel for new FutharkHEADmasterTom Smeding2021-02-08
|
* aberth: Less :>Tom Smeding2020-06-30
|
* aberth: Compile with latest futharkTom Smeding2020-06-30
|
* It's Jacobi-style, not Lagrange-styletomsmeding2019-04-20
|
* Use 'init' in max_root_norm in futharktomsmeding2019-04-20
|
* Chunked computationstomsmeding2019-04-20
|
* Now it actually works on iris!tomsmeding2019-04-20
|
* Switch to f32 for intel iris (which doesn't work)tomsmeding2019-04-20
|
* Different image bounds layouttomsmeding2019-04-20
|
* Larger!tomsmeding2019-04-20
|
* Correct root bounds checking in futharktomsmeding2019-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.
* Rename lib.fut to more reasonable nametomsmeding2019-04-19