doc: add CUDA contributing section#414612
Conversation
8160a92 to
e1661f3
Compare
|
1 similar comment
|
|
|
On a NixOS system with {
allowAliases = false;
allowBroken = false;
allowUnfree = true;
checkMeta = true;
contentAddressedByDefault = false;
cudaCapabilities = [ "8.9" ];
cudaSupport = true;
}I was able to run nix build --impure -L .#magma-cuda-static.passthru.tests.allsuccessfully. On a non-NixOS system with the same nixglhost -- nix run --impure -L .#magma-cuda-static.passthru.testers.allsuccessfully. |
807a31e to
ca9475a
Compare
ca9475a to
d6090b1
Compare
|
@SomeoneSerge I added the Contributing section per our conversation and did some general cleanup. |
|
CC @djacu |
djacu
left a comment
There was a problem hiding this comment.
Solid work
I am only reviewing the updates to the documentation.
There was a problem hiding this comment.
Any more details for "and so on" or is it common enough knowledge amonst CUDA contributors?
Signed-off-by: Connor Baker <[email protected]>
Signed-off-by: Connor Baker <[email protected]>
d6090b1 to
be7e126
Compare
|
Fantastic suggestions! Thank you, @djacu! |
|
Backport failed for Please cherry-pick the changes locally and resolve any conflicts. git fetch origin release-25.05
git worktree add -d .worktree/backport-414612-to-release-25.05 origin/release-25.05
cd .worktree/backport-414612-to-release-25.05
git switch --create backport-414612-to-release-25.05
git cherry-pick -x 91e91bc5963bb23f3f1e17916deb3495701f52b8 be7e126e474c29cefe66070743d001404b257fe0 |
|
Backport is in #425172. |
This PR:
cuda-prefix and updatesdoc/redirects.jsonwith redirectsmagmaNOTE: The tests build but do not currently run on Jetson devices due to unrelated issues (RUNPATH, mostly).
Things done
nix.conf? (See Nix manual)sandbox = relaxedsandbox = truenix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/)Add a 👍 reaction to pull requests you find important.