Rok Mandeljc 029dfbc89d opencv_core: CUDA: check if __CUDA_ARCH__ is defined before comparing it
Changed statements of type "#if __CUDA_ARCH__ >= 200" to
"#if defined __CUDA_ARCH__ && __CUDA_ARCH__ >= 200" in order to
avoid warnings about __CUDA_ARCH__ being undefined.
2016-01-01 23:48:57 +01:00
..
2015-10-13 15:02:38 +03:00
2015-12-17 13:25:10 +03:00
2015-12-18 18:02:16 +03:00
2015-12-23 10:48:36 +01:00
2015-12-17 12:33:23 +03:00
2014-08-05 20:12:35 +04:00