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

Expose an API for the PSO kernel itself? #46

Open
ChrisRackauckas opened this issue Apr 9, 2024 · 0 comments
Open

Expose an API for the PSO kernel itself? #46

ChrisRackauckas opened this issue Apr 9, 2024 · 0 comments

Comments

@ChrisRackauckas
Copy link
Member

See https://discourse.julialang.org/t/gpu-genetic-algorithm/112700/11. Since the async form has the steps for the PSO stepping as part of a compilable kernel itself, it is possible to do an entire PSO as a GPU kernel. There are some applications that want to run a global optimization over many parameters, such as the one described in that Discourse post, which could use such an approach. And given the code we have here, I think it wouldn't be too hard to make that accessible.

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