Commit a8285b0
authored
Bugfix/multiple ptxas options values (#678)
* Correctly handle multiple values of ptxas_options
The correct way to handle multiple options is to pass them
to NVRTC one at a time, e.g.,
```
--ptxas-options=val1 --ptxas-options=val2
```
* Test single and multiple values of ptxas_options in ProgramOptions1 parent e75b3ac commit a8285b0
File tree
2 files changed
+6
-4
lines changed- cuda_core
- cuda/core/experimental
- tests
2 files changed
+6
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
242 | 242 | | |
243 | 243 | | |
244 | 244 | | |
245 | | - | |
| 245 | + | |
246 | 246 | | |
247 | | - | |
| 247 | + | |
248 | 248 | | |
249 | | - | |
250 | | - | |
| 249 | + | |
| 250 | + | |
251 | 251 | | |
252 | 252 | | |
253 | 253 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| 46 | + | |
| 47 | + | |
46 | 48 | | |
47 | 49 | | |
48 | 50 | | |
| |||
0 commit comments