Skip to content

Commit

Permalink
240420.112811.HKT add half precision to compile_mex.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zaikunzhang committed Apr 20, 2024
1 parent e2c09b9 commit ff905e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/compile_mex.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ jobs:
run: bash .github/scripts/misc_setup

- name: Conduct the test # We do not use matlab-actions/run-command, which is not supported on macOS ARM64 as of 20240119
run: ${{ env.MATLAB }} -batch "options.debug = true; options.single = true; options.quadruple = true; options.classical = false; options.verbose = true; setup(options); testprima; cd matlab/examples; rosenbrock_example;"
run: ${{ env.MATLAB }} -batch "options.debug = true; options.half = true; options.single = true; options.quadruple = true; options.classical = false; options.verbose = true; setup(options); testprima; cd matlab/examples; rosenbrock_example;"

- name: Store artifacts
uses: actions/upload-artifact@v4.3.1
Expand Down

0 comments on commit ff905e6

Please sign in to comment.