Open Issues Need Help
View All on GitHub Cuda function not found about 2 months ago
AI Summary: The user is encountering a "Kernel launch error in RNN: named symbol not found" when attempting to launch a CUDA RNN kernel. This error suggests that a necessary symbol, likely the CUDA kernel function itself or a device-side dependency, cannot be found on the GPU at runtime. The problem likely lies in the kernel's definition, its visibility, or a compilation/linking issue preventing the symbol from being properly made available to the GPU.
Complexity:
3/5
bug help wanted