From 5d0ea37ed7d677d4f618553c6fa85cede78f5ce4 Mon Sep 17 00:00:00 2001 From: Noob <63889503+BigNoobWasTaken@users.noreply.github.com> Date: Fri, 26 Jan 2024 04:40:30 +0000 Subject: [PATCH] test --- .github/workflows/cmake-single-platform.yml | 2 +- .github/workflows/codeql.yml | 20 ++++++++++---------- README.md | 2 +- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/cmake-single-platform.yml b/.github/workflows/cmake-single-platform.yml index e20629a..fa192e1 100755 --- a/.github/workflows/cmake-single-platform.yml +++ b/.github/workflows/cmake-single-platform.yml @@ -21,7 +21,7 @@ jobs: strategy: fail-fast: false matrix: - cuda-version: [ "12.2", "12.3" ] + cuda-version: [ "11.8", "12.2", "12.3" ] steps: - uses: actions/checkout@v3 diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index df7d200..1adb1a6 100755 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -38,7 +38,7 @@ jobs: fail-fast: false matrix: language: [ 'c-cpp' ] - cuda-version: [ "12.2", "12.3" ] + cuda-version: [ "11.8", "12.2", "12.3" ] # CodeQL supports [ 'c-cpp', 'csharp', 'go', 'java-kotlin', 'javascript-typescript', 'python', 'ruby', 'swift' ] # Use only 'java-kotlin' to analyze code written in Java, Kotlin or both # Use only 'javascript-typescript' to analyze code written in JavaScript, TypeScript or both @@ -48,15 +48,6 @@ jobs: - name: Checkout repository uses: actions/checkout@v4 - - name: Run CUDA bash shell - env: - temp: ${{ runner.temp }} - cuda: ${{ matrix.cuda-version }} - run: | - chmod +x ./scripts/actions/install-cuda-ubuntu.sh - ./scripts/actions/install-cuda-ubuntu.sh - shell: bash - # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL uses: github/codeql-action/init@v3 @@ -69,6 +60,15 @@ jobs: # For more details on CodeQL's query packs, refer to: https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs # queries: security-extended,security-and-quality + - name: Run CUDA bash shell + env: + temp: ${{ runner.temp }} + cuda: ${{ matrix.cuda-version }} + run: | + chmod +x ./scripts/actions/install-cuda-ubuntu.sh + ./scripts/actions/install-cuda-ubuntu.sh + shell: bash + # Autobuild attempts to build any compiled languages (C/C++, C#, Go, Java, or Swift). # If this step fails, then you should remove it and run the build manually (see below) - name: Autobuild diff --git a/README.md b/README.md index 98518cf..4fed4eb 100755 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ This library only using tensor that have only 1 bit per layer value. and only us All arithmetic operators have been replaced with bitwise operator. -If yoy want read more, please go to +If you want read more, please go to [docs](docs) Build your own binary neural network models with this library.