Timo Betcke <[email protected]> writes: > I am observing a crash with one of my OpenCL kernels on POCL in double > precison (single precision works fine). I don't observe this crash on other > OpenCL implementations and printf debugging does not really show what is > going on. > > I am running my kernels through PyOpenCL. I tried to debug with gdb --args > python test_p1.py. > But while POCL debug symbols are shown, they are not shown for the kernel. > The only message I get is that the crash is in > _pocl_launcher_evaluate_regular. The full gdb output is shown below up to > the first function that has debug symbols available. > > Any hint would be great.
Did you try oclgrind on that kernel? (Just a thought) Andreas ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ pocl-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pocl-devel
