clang  8.0.0
Public Attributes | List of all members
ndrange_t Struct Reference

#include "/work/www-prereleases/8.0.0/rc4/docsbuild/llvm.src/tools/clang/lib/Headers/opencl-c.h"

Collaboration diagram for ndrange_t:
[legend]

Public Attributes

unsigned int workDimension
 
size_t globalWorkOffset [MAX_WORK_DIM]
 
size_t globalWorkSize [MAX_WORK_DIM]
 
size_t localWorkSize [MAX_WORK_DIM]
 

Detailed Description

Definition at line 15770 of file opencl-c.h.

Member Data Documentation

◆ globalWorkOffset

size_t ndrange_t::globalWorkOffset[MAX_WORK_DIM]

Definition at line 15772 of file opencl-c.h.

◆ globalWorkSize

size_t ndrange_t::globalWorkSize[MAX_WORK_DIM]

Definition at line 15773 of file opencl-c.h.

◆ localWorkSize

size_t ndrange_t::localWorkSize[MAX_WORK_DIM]

Definition at line 15774 of file opencl-c.h.

◆ workDimension

unsigned int ndrange_t::workDimension

Definition at line 15771 of file opencl-c.h.


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