bkryza / clang-uml

Customizable automatic UML diagram generator for C++ based on Clang.
Apache License 2.0
610 stars 44 forks source link

Sequence diagrams should support CUDA #263

Closed bkryza closed 6 months ago

bkryza commented 7 months ago

Since Clang supports calls to CUDA Kernel API, it should be possible to add CUDA calls to sequence diagrams generated by clang-uml. The CUDA Kernel can be represented by a separate actor in the diagram, accepting all CUDA calls.