Replies: 1 comment
|
Hey there! That paper looks interesting. This is the exact same way, we calculate our random fields with the Randomization method as documented here: We already use parallel calculations to generate the fields: GSTools/gstools/field/summator.pyx Line 35 in 57b94b1 You can compile GSTools with OpenMP support. In the future there might also be GPU support directly from Cython: For parallel sampling we also thought about using What are your exact ideas on providing CUDA support? Cheers, |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi to all,
great code gstools.
I was working more by generating multiple fields, by changing correlation length and variance, in 2d or 3d and I noted that the process could be speed up by using CUDA.
Have also a look here:
https://wp.unil.ch/geocomputing/software/grfs/
https://wp.unil.ch/geocomputing/files/2019/07/R%C3%A4ss_etal_2019_random3D.pdf
A good idea should be to incorporate a new module with and option to process random fields with gpus.
All the best!!!
All reactions