-
Notifications
You must be signed in to change notification settings - Fork 113
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into fix_auto_dem
- Loading branch information
Showing
183 changed files
with
1,953 additions
and
1,303 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -262,8 +262,8 @@ jobs: | |
- uses: actions/checkout@v1 | ||
- uses: microsoft/[email protected] | ||
- run: cmake . | ||
- run: MSBuild.exe stim_benchmark.vcxproj /p:Configuration=Release /p:OutDir=msbuild_out /p:O=2 | ||
- run: msbuild_out/stim_benchmark.exe | ||
- run: MSBuild.exe stim_perf.vcxproj /p:Configuration=Release /p:OutDir=msbuild_out /p:O=2 | ||
- run: msbuild_out/stim_perf.exe | ||
benchmark: | ||
runs-on: ubuntu-latest | ||
strategy: | ||
|
@@ -272,8 +272,8 @@ jobs: | |
steps: | ||
- uses: actions/checkout@v1 | ||
- run: cmake . -DSIMD_WIDTH=${{ matrix.simd_width }} | ||
- run: make stim_benchmark -j 2 | ||
- run: out/stim_benchmark | ||
- run: make stim_perf -j 2 | ||
- run: out/stim_perf | ||
test: | ||
runs-on: ubuntu-latest | ||
strategy: | ||
|
@@ -333,8 +333,8 @@ jobs: | |
steps: | ||
- uses: actions/checkout@v3 | ||
- run: dev/regen_file_lists.sh /tmp | ||
- run: diff /tmp/benchmark_files file_lists/benchmark_files | ||
- run: diff /tmp/python_api_files file_lists/python_api_files | ||
- run: diff /tmp/perf_files file_lists/perf_files | ||
- run: diff /tmp/pybind_files file_lists/pybind_files | ||
- run: diff /tmp/source_files_no_main file_lists/source_files_no_main | ||
- run: diff /tmp/test_files file_lists/test_files | ||
test_pybind: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.