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 2796704 commit b4bed6eCopy full SHA for b4bed6e
.github/workflows/base-tests.cuda.yml
@@ -69,4 +69,4 @@ jobs:
69
- name: Run async concurrency test
70
working-directory: benchmarks/prove
71
run: |
72
- CUDA_OPT_LEVEL=3 MAX_CONCURRENCY=14 cargo run --bin async_regex --features cuda,async -- --max-segment-length $((1<<20)) --segment-max-cells 150000000
+ CUDA_OPT_LEVEL=3 MAX_CONCURRENCY=5 cargo run --bin async_regex --features cuda,async -- --max-segment-length $((1<<20)) --segment-max-cells 150000000
0 commit comments