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
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -89,6 +89,7 @@ analogue:
89
89
- "**clCreateProgramWithIL**"
90
90
details:
91
91
- "The application may call this function from simultaneous threads."
92
+
- "The adapter may (but is not required to) perform validation of the provided module during this call."
92
93
params:
93
94
- type: $x_context_handle_t
94
95
name: hContext
@@ -128,6 +129,8 @@ analogue:
128
129
details:
129
130
- "The application may call this function from simultaneous threads."
130
131
- "Following a successful call to this entry point, `phProgram` will contain a binary of type $X_PROGRAM_BINARY_TYPE_COMPILED_OBJECT or $X_PROGRAM_BINARY_TYPE_LIBRARY for `hDevice`."
132
+
- "The device specified by `hDevice` must be device associated with context."
133
+
- "The adapter may (but is not required to) perform validation of the provided module during this call."
0 commit comments