Skip to content

Commit b4bed6e

Browse files
feat(cuda): use VPMM v3.1 (#2169)
Co-authored-by: Jonathan Wang <[email protected]>
1 parent 2796704 commit b4bed6e

File tree

3 files changed

+78
-78
lines changed

3 files changed

+78
-78
lines changed

.github/workflows/base-tests.cuda.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,4 @@ jobs:
6969
- name: Run async concurrency test
7070
working-directory: benchmarks/prove
7171
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
72+
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

Comments
 (0)