@@ -169,7 +169,7 @@ interface Module extends ModuleWrapper {
169
169
* @param N - number of indexed elements
170
170
* @param aptr - scalar constant pointer (i.e., byte offset)
171
171
* @param xptr - input array pointer (i.e., byte offset)
172
- * @param strideX - `x` stride length
172
+ * @param strideX - stride length for `x`
173
173
* @returns input array pointer (i.e., byte offset)
174
174
*
175
175
* @example
@@ -237,7 +237,7 @@ interface Module extends ModuleWrapper {
237
237
* @param N - number of indexed elements
238
238
* @param aptr - scalar constant pointer (i.e., byte offset)
239
239
* @param xptr - input array pointer (i.e., byte offset)
240
- * @param strideX - `x` stride length
240
+ * @param strideX - stride length for `x`
241
241
* @param offsetX - starting index for `x`
242
242
* @returns input array pointer (i.e., byte offset)
243
243
*
@@ -311,7 +311,7 @@ interface Routine extends ModuleWrapper {
311
311
* @param N - number of indexed elements
312
312
* @param alpha - constant
313
313
* @param x - input array
314
- * @param strideX - `x` stride length
314
+ * @param strideX - stride length for `x`
315
315
* @returns input array
316
316
*
317
317
* @example
@@ -336,7 +336,7 @@ interface Routine extends ModuleWrapper {
336
336
* @param N - number of indexed elements
337
337
* @param alpha - constant
338
338
* @param x - input array
339
- * @param strideX - `x` stride length
339
+ * @param strideX - stride length for `x`
340
340
* @param offsetX - starting index for `x`
341
341
* @returns input array
342
342
*
@@ -428,7 +428,7 @@ interface Routine extends ModuleWrapper {
428
428
* @param N - number of indexed elements
429
429
* @param alpha - constant
430
430
* @param x - input array
431
- * @param strideX - `x` stride length
431
+ * @param strideX - stride length for `x`
432
432
* @returns input array
433
433
*
434
434
* @example
0 commit comments