LLNL / RAJAPerf

RAJA Performance Suite
BSD 3-Clause "New" or "Revised" License
110 stars 39 forks source link

Separate Input and Run Params #424

Closed MrBurmark closed 7 months ago

MrBurmark commented 7 months ago

Separate Input and Run Params

This refactoring separates the RunParams which are used in the Kernels from the InputParams which handle parsing command line inputs. The intention is to add support for running with multiple problem sizes in a later PR. This will be done by running with multiple sets of RunParams derived from the InputParams.