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

Git Ignore Update, main branch (2025.02.10.) #850

Merged
merged 2 commits into from
Feb 10, 2025

Conversation

krasznaa
Copy link
Member

This is a bit specific to me I guess, but I recently started using a local CMakeUserPresets.json file with the following contents:

{
   "version" : 3,
   "configurePresets": [
      {
         "name" : "cuda-native-fp32",
         "displayName" : "CUDA Native FP32 Code Development",
         "inherits": ["cuda-fp32"],
         "cacheVariables": {
            "CMAKE_CUDA_ARCHITECTURES" : "native"
         }
      },
      {
         "name" : "cuda-native-fp64",
         "displayName" : "CUDA Native FP64 Code Development",
         "inherits": ["cuda-fp64"],
         "cacheVariables": {
            "CMAKE_CUDA_ARCHITECTURES" : "native"
         }
      }
   ]
}

Just to make it more convenient to build "native" binaries (in VSCode). But generally, ignoring CMakeUserPresets.json is something that well behaved projects should do. 😉

@krasznaa krasznaa added the build This relates to the build system label Feb 10, 2025
@stephenswat stephenswat enabled auto-merge (squash) February 10, 2025 16:05
@stephenswat stephenswat merged commit a54d64a into acts-project:main Feb 10, 2025
23 of 29 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build This relates to the build system
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants