VisionCpp  0.0.1
Static Public Attributes | List of all members
visioncpp::internal::Index_Finder< N, Indx, LeafType, Sc > Struct Template Reference

is used to find the index required to access the accessor inside the buffer. More...

#include <evaluator.hpp>

Collaboration diagram for visioncpp::internal::Index_Finder< N, Indx, LeafType, Sc >:

Static Public Attributes

static constexpr size_t Index = Indx
 

Detailed Description

template<size_t N, size_t Indx, size_t LeafType, size_t Sc>
struct visioncpp::internal::Index_Finder< N, Indx, LeafType, Sc >

is used to find the index required to access the accessor inside the buffer.

template parameters

Template Parameters
Nthe location of the global memory
Indexthe location of the local memory if exists
LeafTypethe type of the memory
Scthe location of the buffer on the device memory

Definition at line 119 of file evaluator.hpp.

Member Data Documentation

◆ Index

template<size_t N, size_t Indx, size_t LeafType, size_t Sc>
constexpr size_t visioncpp::internal::Index_Finder< N, Indx, LeafType, Sc >::Index = Indx
staticconstexpr

Definition at line 120 of file evaluator.hpp.


The documentation for this struct was generated from the following file: