Added Backprop kernel from Rodinia benchmark.
The kernel is modified such that Polly recognizes SCoPs in it.
Runtime:
With Polly: 0.40 sec
Without Polly: 0.81 sec
Differential D48046
[test-suite] Backprop kernel from Rodinia Benchmark proton on Jun 11 2018, 12:57 PM. Authored by
Details Added Backprop kernel from Rodinia benchmark. Runtime:
Diff Detail
Event TimelineComment Actions Polly only optimizes part of the kernel. The loops containing exp calls are not. The swtich -ffast-math might help. Comment Actions Added -ffast-math flag... Polly recognizes entire kernel but still no performance improvement with Polly. Comment Actions
Comment Actions It runs for 1.1 sec for normal problem size and 0.6 sec for smaller Changes:
Comment Actions test-suite integration LGTM
Comment Actions Changes:
|