LLNL / Aluminum

High-performance, GPU-aware communication library
https://aluminum.readthedocs.io/en/latest/
Other
84 stars 21 forks source link

Enable faster test/benchmark builds #232

Closed ndryden closed 3 months ago

ndryden commented 3 months ago

Add ALUMINUM_LIMIT_TEST_DATATYPES to the CMake config options. When enabled, the testing/benchmarking dispatch infrastructure will only support the float and int datatypes. This significantly improves compile times under optimization.

(Also make some functions inline because I started getting warnings.)