You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

visibility_epilogue.h 260 B

1234567891011
  1. #if MEGDNN_SHARED_LIB
  2. #pragma GCC visibility pop
  3. #endif
  4. #ifdef MEGDNN_VISIBILITY_PROLOGUE_INCLUDED
  5. #undef MEGDNN_VISIBILITY_PROLOGUE_INCLUDED
  6. #else
  7. #error "visibility_epilogue.h must be included after visibility_prologue.h"
  8. #endif
  9. // vim: syntax=cpp.doxygen