Skip to content
  • bianucci's avatar
    Add the possibility to run stencils on host · a3f27d9c
    bianucci authored
    1) Host-side stencil inline application is possible by calling the
    applyStencilsHost() method and providing a stencil functor which has a
    stencilHost() static method.
    
    2) Stencil application on host is not thoroughly optimized and is
    single-thread. It is meant as a rough term of comparison with the
    performance we get on GPU.
    a3f27d9c