Open Issues Need Help
View All on GitHubAI Summary: The CUDA.jl package is issuing a warning about loading the nvcudart_hybrid64.dll library from a system path, potentially causing errors. The issue needs investigation to determine why this DLL is being loaded from the Windows DriverStore, despite no CUDA toolkit being explicitly installed and no CUDA paths being set in the system's PATH environment variable. The task involves debugging this unexpected behavior and finding a solution to prevent the warning and potential errors.
AI Summary: Debug and fix the broken interactive reflection of caught errors in the CUDA.jl Julia package. The issue manifests as a failure of the suggested `code_typed(err; interactive = true)` method when `err` is a caught exception, preventing users from effectively introspecting erroneous code using Cthulhu.jl.