We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40b2201 commit d028945Copy full SHA for d028945
CMakeLists.txt
@@ -91,3 +91,8 @@ caffe_print_configuration_summary()
91
92
# ---[ Export configs generation
93
caffe_generate_export_configs()
94
+
95
+# ---[ CUB Memory Manager
96
+set(CUB_VERSION "1.5.2")
97
+set(THIRDPARTY_DIR ./3rdparty)
98
+execute_process(COMMAND ${THIRDPARTY_DIR}/getCUB.sh ${CUB_VERSION})
0 commit comments