Commit 705af92
committed
fix: guard MSVC /utf-8 flag to CXX-only for engine_runtime
nvcc treats a bare /utf-8 as a second input file instead of forwarding
it to the host compiler, same failure mode already documented for
/openmp:experimental above. This only surfaced now because Release 0.5
added .cu sources (istft_cuda_runtime.cu, torch_random_cuda_runtime.cu)
to engine_runtime for the first time.1 parent 7663f48 commit 705af92
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1187 | 1187 | | |
1188 | 1188 | | |
1189 | 1189 | | |
1190 | | - | |
| 1190 | + | |
| 1191 | + | |
| 1192 | + | |
| 1193 | + | |
1191 | 1194 | | |
1192 | 1195 | | |
1193 | 1196 | | |
| |||
0 commit comments