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

GPU acceleration feature/support #1

Open
baetz-daniel opened this issue Feb 26, 2021 · 0 comments
Open

GPU acceleration feature/support #1

baetz-daniel opened this issue Feb 26, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request feature New feature proposal A propsal worth discussing Something that needs to be discussed!

Comments

@baetz-daniel
Copy link
Member

Is your feature request related to a problem? Please describe.
Currently we are limited by the CPU and in order to achieve the 1million particles and more we need to implement GPU acceleration support.

Describe the solution you'd like
Currently the plan is to use a compute shader in order to achieve the goal.

Describe alternatives you've considered
Swap between CPU and GPU if the workload is small and the effort of sending data back and forth is to expensive

Additional context
This feature needs to be discussed and planned out.

@baetz-daniel baetz-daniel added the enhancement New feature or request label Feb 26, 2021
@baetz-daniel baetz-daniel added feature New feature proposal A propsal worth discussing Something that needs to be discussed! labels Feb 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request feature New feature proposal A propsal worth discussing Something that needs to be discussed!
Projects
None yet
Development

No branches or pull requests

2 participants