Skip to content

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