File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments