Compiling enblend do not result support for GPU for enfuse. I followed these information for compiling hugin / enblend (included enfuse).
I compiled from source enblend.... Note "-DENABLE_OPENCL:BOOL=ON" that support GPU acceleration on these info... <https://wiki.panotools.org/Hugin_Compiling_Ubuntu> ...as well -DENABLE_SSE2:BOOL=OFF was not on given compilation instructions sudo cmake ../enblend.hg -DENABLE_GPU:BOOL=ON -DENABLE_IMAGECACHE:BOOL=OFF -DENABLE_OPENMP:BOOL=ON -DCPACK_BINARY_DEB:BOOL=ON -DCPACK_BINARY_NSIS:BOOL=OFF -DCPACK_BINARY_RPM:BOOL=OFF -DCPACK_BINARY_STGZ:BOOL=OFF -DCPACK_BINARY_TBZ2:BOOL=OFF -DCPACK_BINARY_TGZ:BOOL=OFF -DCPACK_BINARY_TZ:BOOL=OFF -DENABLE_OPENCL:BOOL=ON -DENABLE_SSE2:BOOL=OFF -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX:PATH=/usr/local ...after that i run.... sudo make package it said... ...... CPack: Install projects CPack: - Run preinstall target for: enblend CPack: - Install project: enblend CPack: Create package CPackDeb: - Generating dependency list CPack: - package: /home/elias/src/enblend/enblend.build/enblend-4.1.5-Linux.deb generated. No information is given about enfuse. Then I run... without errors sudo dpkg -i enblend*.deb Then, to get information on the extra features enabled in enblend i run: enblend --version --verbose it printed: enblend 4.1.5 Extra feature: dmalloc support: no Extra feature: image cache: no Extra feature: GPU acceleration: yes - NVIDIA Corporation - GeForce GT 1030/PCIe/SSE2 - version 4.6.0 NVIDIA 390.138 - extensions ........ Extra feature: OpenMP: yes - version 2015-11 - support for nested parallelism; nested parallelism disabled by default - support for dynamic adjustment of the number of threads; dynamic adjustment disabled by default - using 4 processors and up to 4 threads Until that moment, all perfect... then... enfuse saying NO GPU acceleration information.... by running: enfuse --version --verbose it printed: enfuse 4.1.5 Extra feature: dmalloc support: no Extra feature: image cache: no Extra feature: OpenMP: yes - version 2015-11 - support for nested parallelism; nested parallelism disabled by default - support for dynamic adjustment of the number of threads; dynamic adjustment disabled by default - using 4 processors and up to 4 threads How I compile enfuse with GPU accelation as I did in enblend, when both programs are offered in a single package / compilation process ? -- A list of frequently asked questions is available at: http://wiki.panotools.org/Hugin_FAQ --- You received this message because you are subscribed to the Google Groups "hugin and other free panoramic software" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/hugin-ptx/002e8a73-593e-4560-a8af-40a455c0a4fan%40googlegroups.com.
