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

FFI for rustlang like a tokio runtime function where i can offload the specific function code to gpu #627

Open
sprappcom opened this issue Jul 9, 2024 · 1 comment
Labels
enhancement New feature or request external Tooling or other external projects

Comments

@sprappcom
Copy link

Is your feature request related to a problem? Please describe.
since it is written in rustlang, possible to provide a way to use bend for performance sensitive / parallelizable stuff to run in cuda etc?

Describe the solution you'd like
some code i can write in either rust or bend and have it parallelize for me in either cpu or gpu as i specified it as a function wrapped like tokio.

Describe alternatives you've considered
none

Additional context
none

@developedby
Copy link
Member

The existing runtimes are in C and Cuda. The rust runtime is only a reference and isn't parallel.

Regardless, yes it's possible and we want to have some bindings in other languages in the future, although we don't have any concrete plans yet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request external Tooling or other external projects
Projects
None yet
Development

No branches or pull requests

2 participants