s-ol’s avatars-ol’s Twitter Archive—№ 702

    1. so today I learned that OpenCL 2.0 is not really supported on NVIDIA cards (and I can only get mine to report version 1.2 even though a year ago they announced support for the feature I need). soooo.... CPU implementation time! With the OpenCL code ported to Python its working :)
  1. …in reply to @S0lll0s
    really hope my desktop GPU supports dynamic parallelism (enqueue_kernel from within another kernel) so I can use the recursive propagation routine I wrote
    1. …in reply to @S0lll0s
      works with up to 64 unique tiles (including symmetries)