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
{{ message }}
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.
will fail to compile, because THRUST_UNUSED is undefined. I think this macro should prevent compiler warnings about unused variables, but also prevent some unwanted compiler optimizations. You can also search for THRUST_UNUSED in this repository and I only found it once in tuple_for_each_impl. Maybe you meant THRUST_UNUSED_VAR defined in thrust/system/cuda/config.h?
The text was updated successfully, but these errors were encountered:
bjude
added a commit
to bjude/thrust
that referenced
this issue
Oct 21, 2019
will fail to compile, because
THRUST_UNUSED
is undefined. I think this macro should prevent compiler warnings about unused variables, but also prevent some unwanted compiler optimizations. You can also search forTHRUST_UNUSED
in this repository and I only found it once intuple_for_each_impl
. Maybe you meantTHRUST_UNUSED_VAR
defined inthrust/system/cuda/config.h
?The text was updated successfully, but these errors were encountered: