File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 9696 uses : softprops/action-gh-release@v1
9797 with :
9898 prerelease : true
99- name : scuda-artifacts-${{ matrix.cuda_version }}-${{ matrix.os_distro }}-${{ matrix.distro_version }}
100- tag_name : scuda-artifacts-${{ matrix.cuda_version }}-${{ matrix.os_distro }}-${{ matrix.distro_version }}-latest
99+ name : scuda-artifacts-${{ matrix.cuda_version }}-${{ matrix.os_distro }}-${{ matrix.distro_version }}-$(date +%Y-%m-%d-%H-%M)
100+ tag_name : scuda-artifacts-${{ matrix.cuda_version }}-${{ matrix.os_distro }}-${{ matrix.distro_version }}-latest-$(date +%Y-%m-%d-%H-%M)
101101 files : scuda-artifacts-${{ matrix.cuda_version }}-${{ matrix.distro_version }}.tar.gz
102102 fail_on_unmatched_files : true
103103
@@ -147,7 +147,7 @@ jobs:
147147 uses : softprops/action-gh-release@v1
148148 with :
149149 prerelease : true
150- name : scuda-artifacts-${{ matrix.cuda_version }}-${{ matrix.os_distro }}-${{ matrix.distro_version }}
151- tag_name : scuda-artifacts-${{ matrix.cuda_version }}-${{ matrix.os_distro }}-${{ matrix.distro_version }}-latest
150+ name : scuda-artifacts-${{ matrix.cuda_version }}-${{ matrix.os_distro }}-${{ matrix.distro_version }}-$(date +%Y-%m-%d-%H-%M)
151+ tag_name : scuda-artifacts-${{ matrix.cuda_version }}-${{ matrix.os_distro }}-${{ matrix.distro_version }}-latest-$(date +%Y-%m-%d-%H-%M)
152152 files : scuda-artifacts-${{ matrix.cuda_version }}-${{ matrix.distro_version }}.tar.gz
153153 fail_on_unmatched_files : true
Original file line number Diff line number Diff line change @@ -16,6 +16,8 @@ You can view the docker image used [here](./deploy/Dockerfile.unified).
1616
1717https://github.com/user-attachments/assets/b2db5d82-f214-41cf-8274-b913c04080f9
1818
19+ You can see a list of some currently working examples in the [ test folder] ( ./test/ ) .
20+
1921## Local development
2022
2123Building the binaries requires running codegen first. Scuda codegen reads the cuda dependency header files in order to generate rpc calls.
You can’t perform that action at this time.
0 commit comments