|
@@ -531,12 +531,12 @@ void starpu_block_filter_depth_block_shadow(void *father_interface, void *child_
|
|
|
Given an integer \p n, \p n the number of parts it must be divided in, \p id the
|
|
|
part currently considered, determines the \p chunk_size and the \p offset, taking
|
|
|
into account the size of the elements stored in the data structure \p elemsize
|
|
|
- and \p ld, the leading dimension, which is most often 1.
|
|
|
+ and \p blocksize, which is most often 1.
|
|
|
*/
|
|
|
void
|
|
|
starpu_filter_nparts_compute_chunk_size_and_offset(unsigned n, unsigned nparts,
|
|
|
size_t elemsize, unsigned id,
|
|
|
- unsigned ld, unsigned *chunk_size,
|
|
|
+ unsigned blocksize, unsigned *chunk_size,
|
|
|
size_t *offset);
|
|
|
|
|
|
/** @} */
|