-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Closed
Labels
questionQuestion on using TaichiQuestion on using Taichi
Description
I implemented a naive Adam solver and tested it on CPU and Cuda. It turns out that the calculations on my laptop CPU are even faster than on the RTX 3090! However, the kernel time on Cuda is indeed much lower than on CPU (although still not up to my expectations).
Maybe it is a problem with my implementation.
Source code and test data can be found here.
Metadata
Metadata
Assignees
Labels
questionQuestion on using TaichiQuestion on using Taichi
Type
Projects
Status
Done