fgang
From: Ivan Krylov
Sent: Monday, February 17, 2025 8:05 AM
To: Wolfgang Rolke via R-package-devel
Cc: Wolfgang Rolke
Subject: Re: [R-pkg-devel] GPU programming in R packages
� Sun, 16 Feb 2025 13:00:55 +
Wolfgang Rolke via R-package-devel
�:
> I am c
В Sun, 16 Feb 2025 13:00:55 +
Wolfgang Rolke via R-package-devel
пишет:
> I am currently working on a project that requires calculations on
> large matrices, for example calculating pairwise distances of points
> in higher dimensions.
How large are the matrices? Are CPU-side calculations (po
Hi, I am currently working on a project that requires calculations on large
matrices, for example calculating pairwise distances of points in higher
dimensions. This seems to be a natural task for GPU programming, unfortunately
I don't have any experience with this. I did some research online an