Hi, thanks for reporting. There are different stepping modes of Nvidia GPUs around. Some of them support atomic float32 operations, others not. We have a list in our code which darktable consults. Your GPU is obviously not in that list. I'll add it today, then it should work.
Ulrich Am 09.10.2014 um 16:58 schrieb Komzar: > Hi. I have a problem tu run OpneCL on my computer. I'm using stable > version of DT > ASUS K70I with Nvidia 320M > > The part of debug logs on startup looks like that: > > " > > [opencl_init] trying to load opencl library: '<system default>' > [opencl_init] opencl library 'libOpenCL' found on your system and loaded > [opencl_init] found 1 platform > [opencl_init] found 1 device > [opencl_init] device 0 `GeForce GT 320M' has sm_20 support. > [opencl_init] device 0 `GeForce GT 320M' supports image sizes of 4096 x > 16383 > [opencl_init] device 0 `GeForce GT 320M' allows GPU memory allocations > of up to 255MB > [opencl_init] device 0: GeForce GT 320M > GLOBAL_MEM_SIZE: 1023MB > MAX_WORK_GROUP_SIZE: 512 > MAX_WORK_ITEM_DIMENSIONS: 3 > MAX_WORK_ITEM_SIZES: [ 512 512 64 ] > DRIVER_VERSION: 304.117 > DEVICE_VERSION: OpenCL 1.0 CUDA > [opencl_init] compiling program `demosaic_ppg.cl' .. > [opencl_load_program] loaded cached binary program from file > `/home/komzar/.cache/darktable/cached_kernels_for_GeForceGT320M/demosaic_ppg.cl.bin' > [opencl_load_program] successfully loaded program from > `/usr/share/darktable/kernels/demosaic_ppg.cl' > [opencl_build_program] successfully built program > [opencl_build_program] BUILD STATUS: 0 > BUILD LOG: > > . > . > . > > [opencl_init] compiling program `bilateral.cl' .. > [opencl_fopen_stat] could not open file > `/home/komzar/.cache/darktable/cached_kernels_for_GeForceGT320M/bilateral.cl.bin'! > [opencl_load_program] could not load cached binary program, trying to > compile source > [opencl_load_program] successfully loaded program from > `/usr/share/darktable/kernels/bilateral.cl' > [opencl_build_program] could not build program: -42 > [opencl_build_program] BUILD STATUS: -2 > BUILD LOG: > ptxas application ptx input, line 295; error : Instruction > 'atom.add.f32' requires .target sm_20 or higher > ptxas application ptx input, line 300; error : Instruction > 'atom.add.f32' requires .target sm_20 or higher > ptxas application ptx input, line 308; error : Instruction > 'atom.add.f32' requires .target sm_20 or higher > ptxas application ptx input, line 315; error : Instruction > 'atom.add.f32' requires .target sm_20 or higher > ptxas application ptx input, line 322; error : Instruction > 'atom.add.f32' requires .target sm_20 or higher > ptxas application ptx input, line 329; error : Instruction > 'atom.add.f32' requires .target sm_20 or higher > ptxas application ptx input, line 336; error : Instruction > 'atom.add.f32' requires .target sm_20 or higher > ptxas application ptx input, line 343; error : Instruction > 'atom.add.f32' requires .target sm_20 or higher > ptxas application ptx input, line 391; error : Instruction > 'atom.add.f32' requires .target sm_20 or higher > ptxas application ptx input, line 396; error : Instruction > 'atom.add.f32' requires .target sm_20 or higher > ptxas application ptx input, line 404; error : Instruction > 'atom.add.f32' requires .target sm_20 or higher > ptxas application ptx input, line 412; error : Instruction > 'atom.add.f32' requires .target sm_20 or higher > ptxas application ptx input, line 419; error : Instruction > 'atom.add.f32' requires .target sm_20 or higher > ptxas application ptx input, line 424; error : Instruction > 'atom.add.f32' requires .target sm_20 or higher > ptxas application ptx input, line 432; error : Instruction > 'atom.add.f32' requires .target sm_20 or higher > ptxas application ptx input, line 440; error : Instruction > 'atom.add.f32' requires .target sm_20 or higher > ptxas fatal : Ptx assembly aborted due to errors > > [opencl_init] failed to compile program `bilateral.cl'! > [opencl_init] FINALLY: opencl is NOT AVAILABLE on this system. > [opencl_init] initial status of opencl enabled flag is OFF. > > ** (darktable:29813): WARNING **: > /home/komzar/.local/share/lensfun/compact-pentax.xml:100:24: Unknown > element <aspect-ratio>! > > > ** (darktable:29813): WARNING **: > /home/komzar/.local/share/lensfun/compact-canon.xml:688:24: Unknown > element <aspect-ratio>! > > " > > Any sugestions ? > > Regards > > Komzar > ------------------------------------------------------------------------------ Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer http://pubads.g.doubleclick.net/gampad/clk?id=154622311&iu=/4140/ostg.clktrk _______________________________________________ Darktable-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/darktable-users
