We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acfd83e commit 1f92df0Copy full SHA for 1f92df0
1 file changed
.github/workflows/ci-fusilli-plugin.yml
@@ -57,11 +57,7 @@ jobs:
57
- name: checkout fusilli-plugin
58
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
59
60
- - name: build fusilli-plugin
61
- # The docker container mounts the working directory as a volume, so we
62
- # must run from github.workspace to ensure fusilli-plugin can reach into
63
- # ../sharkfuser for its fusilli dependency.
64
- working-directory: ${{ github.workspace }}
+ - name: Build hipDNN-plugin
65
run: |
66
${{ env.FUSILLI_DIR }}/build_tools/docker/exec_docker_ci.sh \
67
bash -c "cd plugins/hipdnn-plugin && \
@@ -70,7 +66,6 @@ jobs:
70
cmake --build build --target all"
71
72
68
- name: Test fusilli-plugin
73
74
69
75
build_tools/docker/exec_docker_ci.sh \
76
0 commit comments