Skip to content

Replace static datasets with dynamically allocated versions.

Mark Bolstad requested to merge benchmark_dataset_deletion_order into master

The static datasets were wreaking havoc on order of destructors at exit and causing kokkos to throw an exception. This change dynamically allocates a dataset, copies the read/sourced data into it, and explicitly frees the data.

Merge request reports