fix: Only build for 8.7+PTX on tegra and fix activation variables #496
fix: Only build for 8.7+PTX on tegra and fix activation variables #496ruben-arts wants to merge 7 commits intoconda-forge:mainfrom
Conversation
|
Hi! This is the friendly automated conda-forge-linting service. I wanted to let you know that I linted all conda-recipes in your PR ( Here's what I've got... For recipe/meta.yaml:
For recipe/meta.yaml:
This message was generated by GitHub Actions workflow run https://github.com/conda-forge/conda-forge-webservices/actions/runs/23801190890. Examine the logs at this URL for more detail. |
Checklist
0(if the version changed)conda-smithy(Use the phrase@conda-forge-admin, please rerenderin a comment in this PR for automated rerendering)Based on the coment from @traversaro: #494 (comment)
This will remove the 10.1 CUDA Arch, and only build for
8.7+PTX, meaning it should support all future version from 8.7 onward. But only with jit compilation.8.7is the Nvidia Jetson Orin Nano board's arch.#495 Is also merged into this PR to reduce duplicate CI times.
This uses the
env_vars.dJSON files instead and write the values properly using a little Python helper script.Removing the activations scripts and having a cross platform script that's tested on all platforms.