Menu ▾ ▴

#74 CUDA code doesn't compile with C++11 support if available

version_2.0
open
None
5
2019-10-03
2019-10-03
Dean Shaff
No

.cu files don't compile with C++11 support, even if its available.

For example, the InverseFilterbankEngineCUDA calls the EventEmitter::emit method. It doesn't call the C++11 version of the method, as it doesn't get compiled with C++11 support.

Discussion


Log in to post a comment.