VisionCpp  0.0.1
Classes | Namespaces | Functions
square_pattern.hpp File Reference

this file contains the partial specialisation of the Fill for LeafNode More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  visioncpp::internal::Fill< LeafNode< PlaceHolder< memory_type::Const, N, Cols, Rows, Sc >, LVL >, Loc, Params... >
 Partial specialisation of the Fill when the LeafNode contains the const variable. More...
 
struct  visioncpp::internal::Fill< LeafNode< PlaceHolder< Memory_Type, N, Cols, Rows, scope::Constant >, LVL >, Loc, Params... >
 Partial specialisation of the Fill when the LeafNode contains a sycl buffer created on constant memory. More...
 
struct  visioncpp::internal::Fill< LeafNode< PlaceHolder< Memory_Type, N, Cols, Rows, Sc >, LVL >, Loc, Params... >
 Partial specialisation of the Fill when the LeafNode contains the sycl buffer on the global memory. More...
 

Namespaces

 visioncpp
 VisionCpp namespace.
 
 visioncpp::internal
 Internal implementations.
 

Functions

template<size_t Halo_Top, size_t Halo_Left, size_t Halo_Butt, size_t Halo_Right, size_t Offset, size_t LC, size_t LR, typename Expr , typename Loc , typename... Params>
static void visioncpp::internal::fill_local_neighbour (Loc &cOffset, const tools::tuple::Tuple< Params... > &t)
 

Detailed Description

this file contains the partial specialisation of the Fill for LeafNode

Definition in file square_pattern.hpp.