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

Missing CUDA Kernels and Parallelism in Source Code #115

Open
wissem01chiha opened this issue Oct 16, 2024 · 1 comment
Open

Missing CUDA Kernels and Parallelism in Source Code #115

wissem01chiha opened this issue Oct 16, 2024 · 1 comment

Comments

@wissem01chiha
Copy link

Hi, Thanks for the package! I came across the source code in all branches, but I couldn't find any CUDA-related kernels, device/host functions, or CUDA includes/macros. From what I observed, the computation operations seem to be executed serially on the CPU. Is the project still being actively maintained?

@TonkomoLLC
Copy link
Contributor

TonkomoLLC commented Oct 16, 2024

Hi,
if you 'grep -ri` for host, device, thrust and so on you can see GPU functionality.

I cannot speak for @daniel-jasinski 's plans. There have not been updates in a while. I try to help people with their RapidCFD matters where I have experience but I am not actively developing for this project at this time (I am mainly working on surface reactions, outside the scope of RapidCFD).

wtkaczewski's fork seems to have been updated more recently, but I have not looked carefully at their work.

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

2 participants