7#define BOOST_TEST_DYN_LINK
8#define DISABLE_MPI_WRITTERS
10#include <boost/test/unit_test.hpp>
11#include "performancePlots.hpp"
13#include "SparseGridGpu/SparseGridGpu.hpp"
14#include "SparseGridGpu/tests/utils/SparseGridGpu_util_test.cuh"
16extern std::string suiteURI;
18extern std::set<std::string> testSet;
22BOOST_AUTO_TEST_SUITE(performance)
24BOOST_AUTO_TEST_SUITE(SparseGridGpu_test)
26BOOST_AUTO_TEST_CASE(testStencilHeatInsert_gridScaling)
30BOOST_AUTO_TEST_CASE(testStencilHeatInsert_gridScaling_8)
34BOOST_AUTO_TEST_CASE(testStencilHeatInsert_gridScaling_16)
38BOOST_AUTO_TEST_CASE(testStencilHeatInsert_blockScaling)
43BOOST_AUTO_TEST_SUITE_END()
45BOOST_AUTO_TEST_SUITE_END()