You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
It is reasonable to implement SPH algorithm on GPU in order to speedup all calculations.
Describe the solution you'd like
It is preferable to use OpenCL for the solution as it allows to run the code on CPU and GPU as well.
Describe alternatives you've considered
Consider CUDA or OpenACC as alternatives to OpenCL
Is your feature request related to a problem? Please describe.
It is reasonable to implement
SPH
algorithm on GPU in order to speedup all calculations.Describe the solution you'd like
It is preferable to use
OpenCL
for the solution as it allows to run the code on CPU and GPU as well.Describe alternatives you've considered
Consider
CUDA
orOpenACC
as alternatives toOpenCL
Additional context
Useful links:
The text was updated successfully, but these errors were encountered: