gundam-organization / gundam

GUNDAM, for Generalized and Unified Neutrino Data Analysis Methods, is a suite of applications which aims at performing various statistical analysis with different purposes and setups.
GNU Lesser General Public License v2.1
13 stars 10 forks source link

Update to upstream version of HEMI (LTS/1.8.x and main) #509

Open ClarkMcGrew opened 2 months ago

ClarkMcGrew commented 2 months ago

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.

ClarkMcGrew commented 4 days 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.