Commit 976691c
authored
update vs2022 to fix illegal instruction. (#6968)
The old pinned version `ltsc.17.8` will cause an illegal instruction
issue, we need to upgrade vs2022 to greater than `17.9.3`:
pytorch/pytorch#145702 (comment)
For old pinned version is for
nerfstudio-project/nerfstudio#3157, and for
cuda 11.8 and 12.1 builds.
1. Currently we already support cuda since 12.6.
2. `nerfstudio` fixed issue since CUDA 12.4:
nerfstudio-project/nerfstudio#3157 (comment).1 parent bc704b6 commit 976691c
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
| 10 | + | |
| 11 | + | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
0 commit comments