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

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

#include <memory.hpp>

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

Static Public Member Functions

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

Detailed Description

specialisation of the SyclRange when the dimension is 1

Definition at line 100 of file memory.hpp.

Member Function Documentation

◆ get_range()

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

function get_range

return the sycl range<1>

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

Definition at line 106 of file memory.hpp.


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