Skip to content

Commit

Permalink
Added Velocity128 tests to CI pipeline.
Browse files Browse the repository at this point in the history
  • Loading branch information
m4rs-mt committed May 3, 2024
1 parent 86d8fb6 commit eb0846d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,14 +154,20 @@ jobs:
os: ${{ fromJson(needs.setup-os-matrix.outputs.os) }}
library: [ILGPU, ILGPU.Algorithms, ILGPU.Analyzers]
framework: [net6.0, net7.0, net8.0]
flavor: [CPU, Velocity]
flavor: [CPU, Velocity, Velocity128]
exclude:
- library: ILGPU.Algorithms
flavor: Velocity
- library: ILGPU.Algorithms
flavor: Velocity128
- library: ILGPU.Analyzers
flavor: Velocity
- library: ILGPU.Analyzers
flavor: Velocity128
- os: cuda
flavor: Velocity
- os: cuda
flavor: Velocity128
- os: cuda
library: ILGPU.Analyzers
fail-fast: false
Expand Down

0 comments on commit eb0846d

Please sign in to comment.