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

CUDA 12.3+ CUDA Graphs #1129

Open
ptheywood opened this issue Oct 20, 2023 · 0 comments
Open

CUDA 12.3+ CUDA Graphs #1129

ptheywood opened this issue Oct 20, 2023 · 0 comments

Comments

@ptheywood
Copy link
Member

CUDA 12.3 includes additions to the CUDA graph API which should make it usable for FLAMEGPU:

CUDA Graphs:

Conditional nodes, allowing you to conditionally execute or iterate portions of the graph based on conditions evaluated on the device.

Graph edge data, allowing modified dependencies between nodes. Programmatic Dependent Launch may now be described natively in CUDA Graphs.

This would be of most benefit to models with small populations and many layers, by reducing latency costs of launching work etc.
As it's 12.3+ only we can't soley rely on it however, so may not be worth the extra maintenance burden / ifdef soup.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant