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
@@ -371,7 +371,7 @@ etors:
371
371
[$x_device_handle_t[]] Return list of devices associated with a program.
372
372
This is either the list of devices associated with the context or a subset of those devices when the program is created using $xProgramCreateWithBinary.
373
373
- name: IL
374
-
desc: "[char[]] Return program IL if the program was created with $xProgramCreateWithIL"
374
+
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."
375
375
- name: BINARY_SIZES
376
376
desc: "[size_t[]] Return program binary sizes for each device."
0 commit comments