Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
BigNoobWasTaken committed Jan 26, 2024
1 parent 4daf408 commit 5d0ea37
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cmake-single-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
20 changes: 10 additions & 10 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 5d0ea37

Please sign in to comment.