Commit 516983e
authored
Disallow programmatic stream serialization in JIT kernel launches (#1932)
This option allows the driver to overlap kernels on the same stream. But this is not really used by the cuVS kernel model and we expect no overlap between kernels on the same stream. This may cause some downstream issues in mixed stream usage.
Authors:
- Divye Gala (https://github.com/divyegala)
Approvers:
- Jinsol Park (https://github.com/jinsolp)
URL: #19321 parent af70615 commit 516983e
1 file changed
Lines changed: 1 addition & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | 40 | | |
45 | 41 | | |
46 | 42 | | |
47 | 43 | | |
48 | | - | |
49 | | - | |
50 | 44 | | |
| 45 | + | |
51 | 46 | | |
52 | 47 | | |
53 | 48 | | |
| |||
0 commit comments