Closed ClarkMcGrew closed 3 months ago
Probably drop this. The HEMI updates add a couple of GPU queries (that I already forward ported) and otherwise parallelizing the calculation for the CPU, but we are completely bandwidth limited so that doesn't speed the CPU calculation up (for us). It also updates to C++17, but those changes are minor and already applied.
Tabled. Can be done in the future. Doesn't have much effect, so why make the change?
HEMI was developed against C++11. There is now an upstream version with better support for C++17 and later. It is drop-in compatible, but includes enhancements for when there isn't a compute device.