gpu-programming
Here are 193 public repositories matching this topic...
-
Updated
Oct 16, 2021
-
Updated
Feb 14, 2022 - C++
-
Updated
Feb 25, 2022 - Rust
-
Updated
Apr 1, 2021 - Rust
-
Updated
Apr 26, 2018 - C++
Hi,
Is it possible to include the function that conducts spline regression in the Riemann manifold? I read a paper "Smoothing splines on Riemannian manifolds, with applications to 3D shape space" published in Journal of the Royal Statistical Society: Series B 2020. Is it possible to include the spline regression in hyperbolic and sphere manifolds? I think it will be very useful for a wide machine
-
Updated
Dec 5, 2021 - Cuda
-
Updated
Dec 17, 2019 - GLSL
-
Updated
Oct 10, 2021 - C++
-
Updated
Mar 10, 2021 - C++
-
Updated
Feb 21, 2022 - C++
-
Updated
Feb 26, 2022 - C++
-
Updated
Feb 6, 2022
-
Updated
Feb 20, 2022 - C#
-
Updated
Jan 7, 2022
-
Updated
Jan 6, 2022 - Python
-
Updated
Feb 26, 2022 - TypeScript
-
Updated
May 6, 2021 - C++
-
Updated
Jul 10, 2018
-
Updated
Dec 19, 2019 - C++
-
Updated
Jun 2, 2021 - C
-
Updated
Sep 4, 2021 - Cuda
-
Updated
Nov 1, 2018 - C++
-
Updated
Mar 15, 2021 - C++
-
Updated
Jul 2, 2021 - C++
Improve this page
Add a description, image, and links to the gpu-programming topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the gpu-programming topic, visit your repo's landing page and select "manage topics."
There comes one special case which requires a reverse loop, so I used “ti.ndrange(8,0)” instead. However, the reverse loop just didn’t work with zero warnings or errors (I have no idea whether ti.ndrange can be used to loop in reverse order at that time)
Perhaps a warning message can be given when n1 > n2 in ti.ndrange((n1,n2))