Skip to content

Commit fc6c518

Browse files

File tree

1 file changed

+6
-12
lines changed
  • docs/website/docs/reference/bindings

1 file changed

+6
-12
lines changed

docs/website/docs/reference/bindings/c-api.md

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ graph TD
3434
C API's exported symbols.
3535
}
3636
37-
subgraph compiler[libIREECompiler.so / IREECompiler.dll]
37+
subgraph compiler[libIREECompiler.so]
3838
pipelines("Pipelines
3939
4040
• Flow
@@ -95,10 +95,13 @@ stateDiagram-v2
9595
InputBuffer --> Source2 : wrap buffer
9696
9797
state Session {
98+
Invocation1: Invocation1<br>(run pipelines on this)
9899
Source1 --> Invocation1
100+
101+
--
102+
103+
Invocation2: Invocation2<br>(run pipelines on this)
99104
Source2 --> Invocation2
100-
Invocation1 --> Invocation1 : run pipeline
101-
Invocation2 --> Invocation2 : run pipeline
102105
}
103106
104107
Invocation1 --> Output1File : write file
@@ -238,29 +241,25 @@ API.
238241
subgraph iree_runtime[IREE Runtime]
239242
subgraph base
240243
base_types("Types
241-
242244
• allocator
243245
• status
244246
• etc.")
245247
end
246248
247249
subgraph hal[HAL]
248250
hal_types("Types
249-
250251
• buffer
251252
• device
252253
• etc.")
253254
254255
hal_drivers("Drivers
255-
256256
• local-*
257257
• vulkan
258258
• etc.")
259259
end
260260
261261
subgraph vm[VM]
262262
vm_types("Types
263-
264263
• context
265264
• invocation
266265
• etc.")
@@ -292,36 +291,31 @@ API.
292291
subgraph iree_runtime[IREE Runtime]
293292
subgraph base
294293
base_types("Types
295-
296294
• allocator
297295
• status
298296
• etc.")
299297
end
300298
301299
subgraph hal[HAL]
302300
hal_types("Types
303-
304301
• buffer
305302
• device
306303
• etc.")
307304
308305
hal_drivers("Drivers
309-
310306
• local-*
311307
• vulkan
312308
• etc.")
313309
end
314310
315311
subgraph vm[VM]
316312
vm_types("Types
317-
318313
• context
319314
• invocation
320315
• etc.")
321316
end
322317
323318
runtime_api("Runtime API
324-
325319
• instance
326320
• session
327321
• call")

0 commit comments

Comments
 (0)