Fixed definition of HAVE_CU* macros in tnlConfig.h
It does not make sense to define e.g. HAVE_CUSPARSE when HAVE_CUDA is not defined. Otherwise it would be necessary to pass the CUDA's include path even when compiling with GCC without CUDA support.
Loading
Please sign in to comment