Skip to content

Commit 0e5287f

Browse files
committed
trigger CI
1 parent fdb6340 commit 0e5287f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/m4x_autotester_main.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -78,16 +78,16 @@ jobs:
7878
manual-gpu_cuda:
7979
if: ${{ contains(github.event.inputs.architecture, 'GPU-NVIDIA_H100') ||
8080
contains(github.event.inputs.architecture, 'ALL') }}
81-
# env:
82-
# PRECISION: ${{ github.event.inputs.precision }}
83-
# BUILD_TYPE: ${{ github.event.inputs.build_type }}
81+
with:
82+
precision: ${{ github.event.inputs.precision }}
83+
build_type: ${{ github.event.inputs.build_type }}
8484
uses:
8585
"./.github/workflows/at2_gcc-cuda.yml"
8686
manual-cpu_gh:
8787
if: ${{ contains(github.event.inputs.architecture, 'CPU-Ubuntu_22-04') ||
8888
contains(github.event.inputs.architecture, 'ALL') }}
89-
# env:
90-
# PRECISION: ${{ github.event.inputs.precision }}
91-
# BUILD_TYPE: ${{ github.event.inputs.build_type }}
89+
with:
90+
precision: ${{ github.event.inputs.precision }}
91+
build_type: ${{ github.event.inputs.build_type }}
9292
uses:
9393
./.github/workflows/gh_gcc-cpu.yml

0 commit comments

Comments
 (0)