Returns optional list of compiler flags to forward to nvcc when building CUDA sources
(self)
| 200 | return [] |
| 201 | |
| 202 | def nvcc_args(self): |
| 203 | ''' |
| 204 | Returns optional list of compiler flags to forward to nvcc when building CUDA sources |
| 205 | ''' |
| 206 | return [] |
| 207 | |
| 208 | def cxx_args(self): |
| 209 | ''' |