-
|
Some of our code ran into a compilation error arrempting to use UCB with Using @jrhemstad @gevtushenko -- any suggestions on what's the right way to deal with this? The code which triggers it is a rather old version of https://github.com/limbo018/DREAMPlace/tree/3.0.0, with |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
That is a bug on our side. Any usage of namespace The reason is that |
Beta Was this translation helpful? Give feedback.
That is a bug on our side. Any usage of namespace
cudashould be fully qualified, aka::cuda::std::.The reason is that
cudais not a reserved namespace asstdis so users can and do happily nest it