Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 3840a7eb authored by hhakim's avatar hhakim
Browse files

Rely on generated header of gpu_mod for CUDA 11.4 in faust_linear_operator module.

parent 71849edf
No related merge requests found
......@@ -9,7 +9,7 @@ endif()
if(USE_GPU_MOD)
include_directories(${GPU_MOD_INCLUDE_DIR} ${GPU_MOD_INCLUDE_DIR}/../build-cu9.2)
include_directories(${GPU_MOD_INCLUDE_DIR} ${GPU_MOD_INCLUDE_DIR}/../build-cu11.4)
include_directories(${FAUST_SRC_LINEAR_OPERATOR_GPU2_DIR})
endif()
include_directories(${FAUST_SRC_LINEAR_OPERATOR_DIR} ${FAUST_LINEAR_OPERATOR_CPU_SRC_DIR} ${FAUST_ALGORITHM_CONSTRAINT_SRC_DIR} ${FAUST_ALGORITHM_FACTORIZATION_SRC_DIR} ${FAUST_UTILS_SRC_DIR} ${EIGEN_INC_DIR})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment