Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DOC][STF] Document dot sections #3495

Closed
1 task done
caugonnet opened this issue Jan 22, 2025 · 0 comments · Fixed by #3506
Closed
1 task done

[DOC][STF] Document dot sections #3495

caugonnet opened this issue Jan 22, 2025 · 0 comments · Fixed by #3506
Assignees
Labels
doc Documentation-related items. stf Sequential Task Flow programming model

Comments

@caugonnet
Copy link
Contributor

Is this a duplicate?

Is this for new documentation, or an update to existing docs?

Update

Describe the incorrect/future/missing documentation

To reduce the amount of graph nodes in the DOT files generated by CUDASTF, we have introduced "dot sections", which are either available using an RAII API, or with a push/pop API.

  • We need to document how to use them in applications
  • We need to document/illustrate how this affects the generated DOT
  • We must document the CUDASTF_DOT_MAX_DEPTH environment variable and define default behavior

We can use the example currently in cudax/test/stf/dot/sections.cu to illustrate this on actual DAGs.

If this is a correction, please provide a link to the incorrect documentation. If this is a new documentation request, please link to where you have looked.

https://nvidia.github.io/cccl/cudax/stf.html

@caugonnet caugonnet added doc Documentation-related items. stf Sequential Task Flow programming model labels Jan 22, 2025
@caugonnet caugonnet self-assigned this Jan 22, 2025
@github-project-automation github-project-automation bot moved this to Todo in CCCL Jan 22, 2025
@cccl-authenticator-app cccl-authenticator-app bot moved this from Todo to In Progress in CCCL Jan 23, 2025
@cccl-authenticator-app cccl-authenticator-app bot moved this from In Progress to In Review in CCCL Jan 23, 2025
@github-project-automation github-project-automation bot moved this from In Review to Done in CCCL Jan 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
doc Documentation-related items. stf Sequential Task Flow programming model
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant