Re: Broken output from my algorithm on nVidia OpenCL implementation
Posted by Wibowit on Apr 21, 2011; 4:44pm
URL: https://forum.jogamp.org/Broken-output-from-my-algorithm-on-nVidia-OpenCL-implementation-tp2843828p2847656.html
Quite surprising that it uses more LDS memory that I've requested on nVidia platform. I'll probably make a version with reduced LSD memory usage. Thanks for testing. However, it compiles on GTX 460 (as reported on that other forum) and runs, but produces broken output. It may be that Fermi can be configured to 16 KiB L1/ 48 KiB LDS or 48 KiB L1/ 16 KiB LDS and configuration was wrong.
Why I haven't started GitHub project? Well, until yesterday, when NetBeans 7.0 was released, there were no official integration of Git into NetBeans. Also I don't know which licenses could I use and still be allowed to host on free GitHub account. I know that programs have to be open source, but further details can vary. For example I would want to make my program free for personal use and paid for commercial use.