File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -126,7 +126,11 @@ etors:
126
126
- name : NUM_REGS
127
127
desc : " [uint32_t][optional-query] Return the number of registers used by the compiled kernel."
128
128
- name : SPILL_MEM_SIZE
129
- desc : " [uint32_t[]][optional-query] Return the spill memory size allocated by the compiler."
129
+ desc : |
130
+ [uint32_t[]][optional-query] Return the spill memory size allocated by the compiler.
131
+ The returned values correspond to the associated devices.
132
+ The order of the devices is guaranteed (i.e., the same as queried by `urDeviceGet`)
133
+ by the UR within a single application even if the runtime is reinitialized.
130
134
--- # --------------------------------------------------------------------------
131
135
type : enum
132
136
desc : " Get Kernel Work Group information"
You can’t perform that action at this time.
0 commit comments