Open trougnouf opened 1 month ago
I got it to compile by removing the two test directories and their reference in CMakeLists.txt
, although I can't run the program because I run into Failed to load noisy image: /home/trougnouf/tmp/moo.jpg
I got a bit further by converting the image from png/jpg to pgm, but I run into the following errors:
[trougnouf@bd runtime]$ ./bm3dcl '/home/trougnouf/tmp/moo.jpg.pgm' 95
CWD: /home/trougnouf/tmp/bm3dcl/build/runtime
Noisy image: /home/trougnouf/tmp/moo.jpg.pgm
Sigma: 95
Getting OpenCL platforms...
[0] Name: AMD Accelerated Parallel Processing
[1] Name: Intel(R) OpenCL
[2] Name: rusticl
Platform selected: 0
Available devices:
[0] Device name: gfx1100
Selected device: 0
Compute units: 48
Global mem size available: 25753026560
Starting kernel build with options: -cl-nv-verbose -cl-std=CL1.1 -DWIDTH=3164 -DHEIGHT=4537 -DUSE_PLATFORM=0 -DSIGMA=95
OpenCL error code -33 at /home/trougnouf/tmp/bm3dcl/src/main.cpp [179]: clGetProgramBuildInfo(program, device, CL_PROGRAM_BUILD_LOG, 0, NULL, &log_size)
Dear Sampas, I tried compiling your project (on Arch Linux) but got the following error: