User Activity

  • Modified a comment on discussion General Discussion on cocolib / light field suite

    That issue is probably caused because the driver isn't being detected. Replace the contents of ./config_tests/test_compute_capability.cu by the following: #include <iostream> using namespace std; #define gpuErrchk(ans) { gpuAssert((ans), __FILE__, __LINE__); } inline void gpuAssert(cudaError_t code, const char *file, int line, bool abort=true) { if (code != cudaSuccess) { cout << "GPUassert: " << cudaGetErrorString(code) << " " << file << " " << line << endl; if (abort) exit(0); } } int main() {...

  • Modified a comment on discussion General Discussion on cocolib / light field suite

    Hello. I had the exact same problem, and hacked together a solution. I went in to file compute_buffer.h, and added afterline 28 the following: typedef float* COMPUTE_API_BUFFER_TYPE; This allowed the make process to continue, but eventually I had an error (after a very long list of warnigns).: make[1]: Entering directory `/home/simao/Documents/cocolib-release-6/tools/parse_lfa_results' g++ -c -m64 -pipe -I../../cocolib -pipe -g -Wall -g -D_REENTRANT -Wall -W -DQT_WEBKIT -DQT_GUI_LIB -DQT_CORE_LIB...

  • Modified a comment on discussion General Discussion on cocolib / light field suite

    Hello. I had the exact same problem, and hacked together a solution. I went in to file compute_buffer.h, and added afterline 28 the following: typedef float* COMPUTE_API_BUFFER_TYPE; This allowed the make process to continue, but eventually I had an error (after a very long list of warnigns).: make[1]: Entering directory `/home/simao/Documents/cocolib-release-6/tools/parse_lfa_results' g++ -c -m64 -pipe -I../../cocolib -pipe -g -Wall -g -D_REENTRANT -Wall -W -DQT_WEBKIT -DQT_GUI_LIB -DQT_CORE_LIB...

  • Modified a comment on discussion General Discussion on cocolib / light field suite

    Hello. I had the exact same problem, and hacked together a solution. I went in to file compute_buffer.h, and added afterline 28 the following: typedef float* COMPUTE_API_BUFFER_TYPE; This allowed the make process to continue, but eventually I had an error (after a very long list of warnigns).: make[1]: Entering directory `/home/simao/Documents/cocolib-release-6/tools/parse_lfa_results' g++ -c -m64 -pipe -I../../cocolib -pipe -g -Wall -g -D_REENTRANT -Wall -W -DQT_WEBKIT -DQT_GUI_LIB -DQT_CORE_LIB...

  • Posted a comment on discussion General Discussion on cocolib / light field suite

    Hello. I had the exact same problem, and hacked together a solution. I went in to file compute_buffer.h, and added afterline 28 the following: typedef float* COMPUTE_API_BUFFER_TYPE; This allowed the make process to continue, but eventually I had an error (after a very long list of warnigns).: make[1]: Entering directory `/home/simao/Documents/cocolib-release-6/tools/parse_lfa_results' g++ -c -m64 -pipe -I../../cocolib -pipe -g -Wall -g -D_REENTRANT -Wall -W -DQT_WEBKIT -DQT_GUI_LIB -DQT_CORE_LIB...

View All

Personal Data

Username:
sirplentifus
Joined:
2018-05-15 20:36:16

Projects

  • No projects to display.

Personal Tools

MongoDB Logo MongoDB