Commit b748c99
committed
CUTensorMap is only in CUDA v12
The documentation at https://docs.nvidia.com/cuda/cutensor/latest/ say
it's supported in 11.0, 11.8, and 12.x
Our local testing against 11.7 fails because none of the required types
or functions are declared in the header.
It's safer to remain buildable with older versions but with this feature
disabled than requiring a version bump that isn't otherwise warranted.1 parent 8990dfe commit b748c99
1 file changed
Lines changed: 19 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
16 | 34 | | |
17 | 35 | | |
18 | 36 | | |
| |||
140 | 158 | | |
141 | 159 | | |
142 | 160 | | |
| 161 | + | |
0 commit comments