Lines Matching full:linear
34 // TODO: This would be better represented with separate Grid and Linear Mapping
57 2 modes are supported: (1) 3D mapping mode and (2) linear mapping mode.
65 #### Linear mapping mode
67 The linear block id is obtained by linearizing the index of the block.
68 If required, predication occurs on the linear id. This allows specifying
74 The linear block id is fixed for the duration of a GPU kernel.
76 This linear id mapping attribute indicates a different linearization relation
104 2 modes are supported: (1) 3D mapping mode and (2) linear mapping mode.
113 #### Linear mapping mode
115 The linear warpgroup id is obtained by linearizing the index of the warpgroup.
116 If required, predication occurs on the linear id. This allows specifying
121 id is denoted by (tx, ty, tz), the linear warpgroup id is:
124 The linear warpgroup id is fixed for the duration of a GPU kernel.
126 This linear id mapping attribute indicates a different linearization relation
153 2 modes are supported: (1) 3D mapping mode and (2) linear mapping mode.
162 #### Linear mapping mode
164 The linear warp id is obtained by linearizing the index of the warp.
165 If required, predication occurs on the linear id. This allows specifying
169 id is denoted by (tx, ty, tz), the linear warp id is:
171 The linear warp id is fixed for the duration of a GPU kernel.
173 This linear id mapping attribute indicates a different linearization relation
207 #### Linear mapping mode
209 The linear thread id is obtained by linearizing the index of the thread.
210 If required, predication occurs on the linear id. This allows specifying
214 id is denoted by (tx, ty, tz), the linear thread id is:
216 The linear thread id is fixed for the duration of a GPU kernel.
218 This linear id mapping attribute indicates a different linearization relation