continued understanding given PTX file and made plan on how to approach the transpiler part
Some checks failed
CI / Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }} (x64, ubuntu-latest, 1.10) (push) Has been cancelled
CI / Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }} (x64, ubuntu-latest, 1.6) (push) Has been cancelled
CI / Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }} (x64, ubuntu-latest, pre) (push) Has been cancelled

This commit is contained in:
2024-09-22 09:32:39 +02:00
parent 44722bfc65
commit d60cba7e4d
4 changed files with 151 additions and 1 deletions

View File

@ -7,6 +7,8 @@ jobs:
CompatHelper:
runs-on: ubuntu-latest
steps:
- name: Got to package folder
run: cd ./package
- name: Pkg.add("CompatHelper")
run: julia -e 'using Pkg; Pkg.add("CompatHelper")'
- name: CompatHelper.main()