From 6021d19560b0f97c1301dff1fcbfb75b9e762724 Mon Sep 17 00:00:00 2001 From: Brodey Newman Date: Tue, 7 Jan 2025 21:37:16 -0500 Subject: [PATCH] Brodey/readmefix (#78) --- .github/workflows/artifact-build-and-deploy.yml | 8 ++++---- README.md | 2 ++ 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/artifact-build-and-deploy.yml b/.github/workflows/artifact-build-and-deploy.yml index b9152a3..31af7b2 100644 --- a/.github/workflows/artifact-build-and-deploy.yml +++ b/.github/workflows/artifact-build-and-deploy.yml @@ -96,8 +96,8 @@ jobs: uses: softprops/action-gh-release@v1 with: prerelease: true - name: scuda-artifacts-${{ matrix.cuda_version }}-${{ matrix.os_distro }}-${{ matrix.distro_version }} - tag_name: scuda-artifacts-${{ matrix.cuda_version }}-${{ matrix.os_distro }}-${{ matrix.distro_version }}-latest + name: scuda-artifacts-${{ matrix.cuda_version }}-${{ matrix.os_distro }}-${{ matrix.distro_version }}-$(date +%Y-%m-%d-%H-%M) + tag_name: scuda-artifacts-${{ matrix.cuda_version }}-${{ matrix.os_distro }}-${{ matrix.distro_version }}-latest-$(date +%Y-%m-%d-%H-%M) files: scuda-artifacts-${{ matrix.cuda_version }}-${{ matrix.distro_version }}.tar.gz fail_on_unmatched_files: true @@ -147,7 +147,7 @@ jobs: uses: softprops/action-gh-release@v1 with: prerelease: true - name: scuda-artifacts-${{ matrix.cuda_version }}-${{ matrix.os_distro }}-${{ matrix.distro_version }} - tag_name: scuda-artifacts-${{ matrix.cuda_version }}-${{ matrix.os_distro }}-${{ matrix.distro_version }}-latest + name: scuda-artifacts-${{ matrix.cuda_version }}-${{ matrix.os_distro }}-${{ matrix.distro_version }}-$(date +%Y-%m-%d-%H-%M) + tag_name: scuda-artifacts-${{ matrix.cuda_version }}-${{ matrix.os_distro }}-${{ matrix.distro_version }}-latest-$(date +%Y-%m-%d-%H-%M) files: scuda-artifacts-${{ matrix.cuda_version }}-${{ matrix.distro_version }}.tar.gz fail_on_unmatched_files: true diff --git a/README.md b/README.md index 63ec1da..1362a2d 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,8 @@ You can view the docker image used [here](./deploy/Dockerfile.unified). https://github.com/user-attachments/assets/b2db5d82-f214-41cf-8274-b913c04080f9 +You can see a list of some currently working examples in the [test folder](./test/). + ## Local development Building the binaries requires running codegen first. Scuda codegen reads the cuda dependency header files in order to generate rpc calls.