We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d3e329 commit d897cebCopy full SHA for d897ceb
1 file changed
scripts/core/kernel.yml
@@ -126,7 +126,11 @@ etors:
126
- name: NUM_REGS
127
desc: "[uint32_t][optional-query] Return the number of registers used by the compiled kernel."
128
- name: SPILL_MEM_SIZE
129
- desc: "[uint32_t[]][optional-query] Return the spill memory size allocated by the compiler."
+ 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.
134
--- #--------------------------------------------------------------------------
135
type: enum
136
desc: "Get Kernel Work Group information"
0 commit comments