File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ struct ur_kernel_handle_t_ {
6868 args_size_t ParamSizes;
6969 // / Byte offset into /p Storage allocation for each parameter.
7070 args_index_t Indices;
71- // / Largest argument index that has been added to this kernel so far .
71+ // / Position in the Storage array where the next argument should added .
7272 size_t InsertPos = 0 ;
7373 // / Aligned size in bytes for each local memory parameter after padding has
7474 // / been added. Zero if the argument at the index isn't a local memory
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ struct ur_kernel_handle_t_ {
6363 args_size_t ParamSizes;
6464 // / Byte offset into /p Storage allocation for each parameter.
6565 args_index_t Indices;
66- // / Largest argument index that has been added to this kernel so far .
66+ // / Position in the Storage array where the next argument should added .
6767 size_t InsertPos = 0 ;
6868 // / Aligned size in bytes for each local memory parameter after padding has
6969 // / been added. Zero if the argument at the index isn't a local memory
You can’t perform that action at this time.
0 commit comments