VisionCpp  0.0.1
Static Public Member Functions | List of all members
visioncpp::internal::SyclRange< 2 > Struct Reference

specialisation of the SyclRange when the dimension is 2 More...

#include <memory.hpp>

Collaboration diagram for visioncpp::internal::SyclRange< 2 >:

Static Public Member Functions

static cl::sycl::range< 2 > get_range (size_t r, size_t c)
 function get_range More...
 

Detailed Description

specialisation of the SyclRange when the dimension is 2

Definition at line 87 of file memory.hpp.

Member Function Documentation

◆ get_range()

static cl::sycl::range<2> visioncpp::internal::SyclRange< 2 >::get_range ( size_t  r,
size_t  c 
)
inlinestatic

function get_range

return the sycl range<2>

Parameters
rrow size
ccolumn size
Returns
cl::sycl::range<2>

Definition at line 93 of file memory.hpp.


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