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

Histogram output redesign #96

Open
4 tasks
leios opened this issue Jul 9, 2024 · 0 comments
Open
4 tasks

Histogram output redesign #96

leios opened this issue Jul 9, 2024 · 0 comments

Comments

@leios
Copy link
Owner

leios commented Jul 9, 2024

I want to ...

  • Add an @stamp function that works similarly to an @synchronize in KernelAbstractions. This way, the output does not happen at a fixed stage in the pipeline.
  • Add stamp_by_default argument to kernel kwargs? Maybe better to just always stamp at the end and not give users the option to stop the final stamp
  • Allow for a splat instead of stamp, which will splat out a gaussian with transparency to surrounding areas. This way we can do anti-aliasing without a post-processed gaussian filter. Note that this will force atomic operations and might not be ideal for all cases.
  • Allow for square splats instead of gaussian? No atomic operations needed and this could minimize the number of points for some computation. AD is probably better, though.
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

1 participant