Skip to content

Conversation

@jllllll
Copy link

@jllllll jllllll commented Apr 17, 2023

When installing CUDA Toolkit through NVIDIA's official Conda package, the file paths mirror those of the full CUDA Toolkit installation from NVIDIA's website.

This means that cudart64_110.dll and cudart64_120.dll are located under bin rather than lib.

Additional changes:

  • Fixes missing architectures for Cuda 11.8 and 12.x
  • Discard unneeded PTX code
  • Fix 12.x cudart library detection
  • Update to 0.39.0.
    • This update is currently not compatible with compute 3.5-6.1 due to upstream C++ code changes. Likely a Windows-specific issue with Cuda Toolkit. Previous version can be found here: Link

jllllll added 3 commits April 16, 2023 18:44
Add support for non-'C' system drive
Decreases file sizes while maintaining support for future GPUs

Fix missing latest architectures for Cuda 11.8 and 12.x
Should provide a speedup for 40-series cards
@jllllll jllllll changed the title Search CONDA_PREFIX / bin for CUDA runtime libs Fix and expand search paths for CUDA runtime libs + improve CMakeLists May 20, 2023
@jllllll jllllll closed this May 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant