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

Task Graph issue thread #60

Open
4 tasks
MatejSakmary opened this issue Oct 12, 2023 · 1 comment
Open
4 tasks

Task Graph issue thread #60

MatejSakmary opened this issue Oct 12, 2023 · 1 comment

Comments

@MatejSakmary
Copy link
Collaborator

MatejSakmary commented Oct 12, 2023

  • Task graph should be able to create reinterpret views for an image (create a R32_UINT view for R32_SFLOAT for example)
  • Task graph should have an option to keep images in general layout
  • Adding Tasks should return a token. The user should be able to manually create dependencies between tasks using tokens.
  • Make it harder to missuse persistent task resources. User should not have option to change underlying resource while task graph using that resource is running.
@Ipotrick
Copy link
Owner

the reinterpreting should probably be part of the image view type (that is a template parameter to TaskImageUse).

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

No branches or pull requests

2 participants