Skip to content

Commit

Permalink
Add a comment on the order of returned values
Browse files Browse the repository at this point in the history
  • Loading branch information
kurapov-peter committed Jan 28, 2025
1 parent 8d6a4d1 commit a6bf8e2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion scripts/core/kernel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,11 @@ etors:
- name: NUM_REGS
desc: "[uint32_t][optional-query] Return the number of registers used by the compiled kernel."
- name: SPILL_MEM_SIZE
desc: "[uint32_t[]][optional-query] Return the spill memory size allocated by the compiler."
desc: |
[uint32_t[]][optional-query] Return the spill memory size allocated by the compiler.
The returned values correspond to the associated devices.
The order of the devices is guaranteed (i.e., the same as queried by `urDeviceGet`)
by the UR within a single application even if the runtime is reinitialized.
--- #--------------------------------------------------------------------------
type: enum
desc: "Get Kernel Work Group information"
Expand Down

0 comments on commit a6bf8e2

Please sign in to comment.