OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
 
Loading...
Searching...
No Matches
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
16extern std::string suiteURI;
17extern report_sparse_grid_tests report_sparsegrid_funcs;
18extern std::set<std::string> testSet;
19
20
21
22BOOST_AUTO_TEST_SUITE(performance)
23
24BOOST_AUTO_TEST_SUITE(SparseGridGpu_test)
25
26BOOST_AUTO_TEST_CASE(testStencilHeatInsert_gridScaling)
27{
28}
29
30BOOST_AUTO_TEST_CASE(testStencilHeatInsert_gridScaling_8)
31{
32}
33
34BOOST_AUTO_TEST_CASE(testStencilHeatInsert_gridScaling_16)
35{
36}
37
38BOOST_AUTO_TEST_CASE(testStencilHeatInsert_blockScaling)
39{
40}
41
42
43BOOST_AUTO_TEST_SUITE_END()
44
45BOOST_AUTO_TEST_SUITE_END()