Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Converted install process to work with
uvand virtual environments. While doing so I performed general upgrades to the setup file and our project file will make NATTEN more easily searchable on pypiChanges
pyproject.tomlfilesetup.py: This file should now be easier to edit for future architectures and flexible to other types of changes. Please reviewMakefilenow loads programs from the user's environment. This was the main issue previously as it would buildnatteninto the wrong python version if you used environments.CMakeListswas missing the ability to passCMAKE_CUDA_FLAGSfrom thesetup.pyfile. Now we can. Do we can runCMAKE_CUDA_FLAGS="-Wno-deprecated-declarations" uv pip install -e .if we want to turn off the cutlass deprecation warnings while building.requirements.txt: now handled bypyproject.tomlrequirements-dev.txt: now handled bypyproject.tomlsetup.cfg: No longer neededuv.locksetup.pyBuild process
$ git clone --recursive https://github.com/SHI-Labs/NATTEN $ cd NATTENOption 1: Explicit
Option 2: One liner
Option 3: Build
After each of these options you may run the profile commands
Verified systems
TODO:
pyproject.tomlon lines 22 and 25 to add your email address. We can either keep authors as is or include all contributors. Maintainers is what pypi shows and should stay you.