OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
SparseGridGpu_performance_insert_stencil.cu
1 /*
2  * SparseGridGpu_performance_insert_stencil.cu
3  *
4  * Created on: Sep 10, 2019
5  * Author: i-bird
6  */
7 #define BOOST_TEST_DYN_LINK
8 #define DISABLE_MPI_WRITTERS
9 
10 #include <boost/test/unit_test.hpp>
11 #include "performancePlots.hpp"
12 #include <iostream>
13 #include "SparseGridGpu/SparseGridGpu.hpp"
14 #include "SparseGridGpu/tests/utils/SparseGridGpu_util_test.cuh"
15 
16 extern std::string suiteURI;
17 extern report_sparse_grid_tests report_sparsegrid_funcs;
18 extern std::set<std::string> testSet;
19 
20 
21 
22 BOOST_AUTO_TEST_SUITE(performance)
23 
24 BOOST_AUTO_TEST_SUITE(SparseGridGpu_test)
25 
26 BOOST_AUTO_TEST_CASE(testStencilHeatInsert_gridScaling)
27 {
28 }
29 
30 BOOST_AUTO_TEST_CASE(testStencilHeatInsert_gridScaling_8)
31 {
32 }
33 
34 BOOST_AUTO_TEST_CASE(testStencilHeatInsert_gridScaling_16)
35 {
36 }
37 
38 BOOST_AUTO_TEST_CASE(testStencilHeatInsert_blockScaling)
39 {
40 }
41 
42 
43 BOOST_AUTO_TEST_SUITE_END()
44 
45 BOOST_AUTO_TEST_SUITE_END()