Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to Visual Studio 2022 / Cuda Toolkit 12.1 #6

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

alexhiggins732
Copy link

This pull request:

  • Updates .gitignore to exclude Visual Studio artifacts.
  • Upgrades to <PlatformToolset>v143</PlatformToolset> as required for Visual Studio 2022 tools.
  • Merges conflicting Release|x64 build configurations into a single entry
  • Uses $(CudaToolkitLibDir) build property to link cudart.lib instead of linking to the SDK lib directory with a hard coded path.
  • Upgrades to 12.1 CudaToolkit by reference CUDA 12.1.targets and CUDA 12.1.props
  • Sets the CudaToolkitCustomDir to the default Cuda 12.1 installation directory.

Changes were limited mainly to the Cuda Release|x64 project as the debug build is broke and Win32 builds are no longer supported and don't compile due to YASM assembly requirements.

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