Merge build-cuda and build-linux actions#2783
Conversation
ca95ed3 to
a5852a3
Compare
14bb4dd to
44ab082
Compare
4be7034 to
42fd2df
Compare
60e3221 to
c27ae2e
Compare
awni
left a comment
There was a problem hiding this comment.
I'm not sure on the merger here. Seems like it introduces quite a bit of complexity into the github action setup for a small benefit of reducing the duplicate steps between CUDA and linux in some cases. It also makes it somewhat more brittle and harder to change. Imagine we want to do another thing unique for CUDA or we want to add a different device on linux.
That said I don't need to bike shed over the actions script so I'll let you decide what to include here and what to exclude. We can always rearrange in the future.
The cmake improvement is nice, we should update that either way.
fb67db5 to
f11a5f8
Compare
f11a5f8 to
95c1342
Compare
|
I reverted the change that merges |
This PR merges the
build-cudaaction intobuild-linux, and adds arm64 CUDA builds (tests are disabled).The CUDA and CPU linux builds are also merged into one job with a matrix — please let me know if you don't think it is a good idea.