Commit bf9e4b1
zhangyue
fix(nvidia): revert std::forward workaround for NVCC 12.6 bug
The CI image has not been rebuilt with the 25.12 base yet, so NVCC 12.6
(in 24.10-py3) still instantiates the std::forward call inside
if-constexpr false branches. Drop std::forward — all operator
constructors take parameters by value, so lvalue pass is equivalent.1 parent df8bcbc commit bf9e4b1
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
148 | | - | |
| 148 | + | |
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
| |||
0 commit comments