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_ {
68
68
args_size_t ParamSizes;
69
69
// / Byte offset into /p Storage allocation for each parameter.
70
70
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 .
72
72
size_t InsertPos = 0 ;
73
73
// / Aligned size in bytes for each local memory parameter after padding has
74
74
// / 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_ {
63
63
args_size_t ParamSizes;
64
64
// / Byte offset into /p Storage allocation for each parameter.
65
65
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 .
67
67
size_t InsertPos = 0 ;
68
68
// / Aligned size in bytes for each local memory parameter after padding has
69
69
// / 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