Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
External/CUDA/complex.cu | ||
---|---|---|
24 ↗ | (On Diff #147226) | Is this specific to c++14 only, or will we have similar conditions for c++17,20, etc? |
External/CUDA/complex.cu | ||
---|---|---|
24 ↗ | (On Diff #147226) | I think it's specific to c++14 -- or at least, it's not necessarily a general problem. The other benchmarks work with C++14 compiler plus C++11 stdlib -- it's just <complex> that gives us problems in the particular gcc versions we happen to use. |