You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: scripts/core/program.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -377,7 +377,7 @@ etors:
377
377
[$x_device_handle_t[]] Return list of devices associated with a program.
378
378
This is either the list of devices associated with the context or a subset of those devices when the program is created using $xProgramCreateWithBinary.
379
379
- name: IL
380
-
desc: "[char[]] Return program IL if the program was created with $xProgramCreateWithIL"
380
+
desc: "[char[]] Return program IL if the program was created with $xProgramCreateWithIL, otherwise return size will be set to 0 and nothing will be returned."
381
381
- name: BINARY_SIZES
382
382
desc: "[size_t[]] Return program binary sizes for each device."
0 commit comments