OpenMPTryFlag.c
Go to the documentation of this file.
1 
2 #include <omp.h>
3 int main(void) {
4 #ifdef _OPENMP
5  omp_get_max_threads();
6  return 0;
7 #elif defined(__HIP_DEVICE_COMPILE__)
8  return 0;
9 #else
10  breaks_on_purpose
11 #endif
12 }
int main(void)
Definition: OpenMPTryFlag.c:3


orb_slam2_with_maps_odom
Author(s): teng zhang
autogenerated on Fri Sep 25 2020 03:24:47