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 d55b7c7 commit 84be1e1Copy full SHA for 84be1e1
.github/workflows/sycl-nightly.yml
@@ -169,15 +169,10 @@ jobs:
169
with:
170
name: "E2E with enabled NewOffloadModel"
171
runner: ${{ inputs.runner }}
172
- image_options: ${{ inputs.image_options }}
173
tests_selector: e2e
174
- testing_mode: "full"
175
target_devices: ${{ inputs.target_devices }}
176
extra_lit_opts: "--param enable_new_offload_model=True"
177
- tests_ref: ${{ github.sha }}
178
- toolchain_artifact: ${{ needs.build-win.outputs.toolchain_artifact }}
179
toolchain_artifact_filename: ${{ needs.build-win.outputs.toolchain_artifact_filename }}
180
- toolchain_decompress_command: ${{ needs.build-win.outputs.toolchain_decompress_command }}
181
182
#e2e_with_NewOffloadModel:
183
# runs-on: [Linux, build]
0 commit comments