You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
code snippet:
b40c::radix_sort::Enactor sort_enactor;
b40c::util::PingPongStorage<unsigned int, Scalar4> sort_storage(d_keys,d_values);
sort_enactor.Sort(sort_storage, N);
What is the expected output? What do you see instead?
I get lots of compiler warnings
.../b40c/radix_sort/enactor.cuh:529:40: warning: suggest parentheses around
assignment used as truth value
also for similar lines in enactor_base.h etc.
What version of the product are you using? On what operating system?
r603
Please provide any additional information below.
Original issue reported on code.google.com by [email protected] on 9 Jul 2011 at 3:21
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 9 Jul 2011 at 3:21The text was updated successfully, but these errors were encountered: