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.
2 parents d2ffcce + 8de9747 commit 7f65917Copy full SHA for 7f65917
.github/workflows/e2e_cuda.yml
@@ -20,3 +20,4 @@ jobs:
20
prefix: "ext_oneapi_"
21
config: "--cuda"
22
unit: "gpu"
23
+ extra_lit_flags: "-sv --max-time=3600"
.github/workflows/e2e_level_zero.yml
@@ -26,4 +26,4 @@ jobs:
26
filter_out: ""
27
# These runners by default spawn upwards of 260 workers.
28
# We also add a time out just in case some test hangs
29
- extra_lit_flags: "--param gpu-intel-pvc=True --param gpu-intel-pvc-1T=True -sv -j 100 --max-time 600"
+ extra_lit_flags: "--param gpu-intel-pvc=True --param gpu-intel-pvc-1T=True -sv -j 100 --max-time=3600"
.github/workflows/e2e_opencl.yml
prefix: ""
config: ""
unit: "cpu"
0 commit comments