Skip to content

Commit

Permalink
Merge pull request #64 from OudomMunint/feature
Browse files Browse the repository at this point in the history
PR: feature => master
  • Loading branch information
OudomMunint authored Jul 14, 2024
2 parents 2b80129 + 9b449db commit 662e297
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,11 @@ jobs:
- name: Restore dependencies
run: dotnet restore Benchmark.csproj

- name: Build Proj
run: dotnet build Benchmark.csproj -c Release -f net8.0

- name: Build sln
run: dotnet build Benchmark.sln -c Release -f net8.0

- name: Create Release
if: matrix.os == 'windows-latest'
uses: ncipollo/[email protected]
with:
tag: v1.4.9.5
tag: v1.4.9.6
2 changes: 1 addition & 1 deletion MyBenchmark.cs
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ private void DoWork(int index)
}
}

public class GpuBenchmark
public class GpuBenchmark
{
private const int NumIterations = 1000;
private Device? device;
Expand Down

0 comments on commit 662e297

Please sign in to comment.