syclreference.com
  1. SYCL
  2. | API Reference
  3. | Images
  4. | pitch_range<1>

pitch_range<1>

Specialization of the pitch range for 1-dimensional images

struct cl::sycl::detail::pitch_range;

Types

Type Definition Notes
type
std::integral_constant<int, 1>

This can be any valid type, as long as it’s not a range<0>, and pitch should be SFINAE-d out anyway for 1D images

syclreference.com — SYCL Reference Pages

Last updated: 2019-01-24 00:24:52 +0000