Hello Andreas, I think it is useful for those who creates scripts with both Cuda and CL support (like myself, for example). Are you planning on adding similar feature to PyCuda, just for the sake of symmetry?
Best regards, Bogdan On Wed, Jun 22, 2011 at 3:02 PM, Andreas Kloeckner <[email protected]> wrote: > Hi all, > > I've just added an undocumented/preview feature to PyOpenCL git. You can > now specify 'g_times_l=True' on a kernel invocation to get a more > CUDA-like launch config specification, i.e. global size and global > offset are multiplied by the local size. > > I'm debating whether to make this an official, documented feature (and > thereby set it in stone) or leave it undocumented and thereby > changeable. > > Any advice/opinions would be much appreciated. > > Thanks, > Andreas > > > _______________________________________________ > PyOpenCL mailing list > [email protected] > http://lists.tiker.net/listinfo/pyopencl > > _______________________________________________ PyOpenCL mailing list [email protected] http://lists.tiker.net/listinfo/pyopencl
