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
Some of CUDA kernel functions for MD J engine use shared memory more than 64 KB. Some Nvidia GPUs (even modern ones, such as CC 7.5) still only have 64 KB shared memory per SM. When J engine is used, it will raise invalid argument in the kernel launch.
Some of CUDA kernel functions for MD J engine use shared memory more than 64 KB. Some Nvidia GPUs (even modern ones, such as CC 7.5) still only have 64 KB shared memory per SM. When J engine is used, it will raise
invalid argument
in the kernel launch.https://docs.nvidia.com/cuda/cuda-c-programming-guide/#features-and-technical-specifications-technical-specifications-per-compute-capability
The text was updated successfully, but these errors were encountered: