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

Make RF model gpu-friendly. #1269

Open
charleskawczynski opened this issue Aug 21, 2022 · 0 comments
Open

Make RF model gpu-friendly. #1269

charleskawczynski opened this issue Aug 21, 2022 · 0 comments

Comments

@charleskawczynski
Copy link
Member

#1212 made the RF model use ordinary arrays, which cannot reside on the gpu, and allows the EDMF model to be non-isbits. We should think about how to use static data structures without paying such a steep compilation cost. #1211 was an attempt, however, it seems like we may need to write custom data structures and define an equivalent LinearAlgebra.dot for it.

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

No branches or pull requests

1 participant