Skip to content

Commit

Permalink
Revert "Make visible action registrations only during the host compil…
Browse files Browse the repository at this point in the history
…ation step"

This reverts commit 0d443eb.
  • Loading branch information
atrantan committed Feb 4, 2017
1 parent 4361ba3 commit b1e7760
Showing 1 changed file with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -442,12 +442,9 @@ namespace hpx { namespace server
HPX_REGISTER_VECTOR_DECLARATION_IMPL( \
BOOST_PP_CAT(__partitioned_vector_, BOOST_PP_CAT(type, name)), name) \
/**/
#ifndef __CUDA_ARCH__

#define HPX_REGISTER_PARTITIONED_VECTOR(...) \
HPX_REGISTER_VECTOR_(__VA_ARGS__)
#else
#define HPX_REGISTER_PARTITIONED_VECTOR(...)
#endif
HPX_REGISTER_VECTOR_(__VA_ARGS__) \
/**/
#define HPX_REGISTER_VECTOR_(...) \
HPX_UTIL_EXPAND_(BOOST_PP_CAT( \
Expand Down

0 comments on commit b1e7760

Please sign in to comment.