1. 07 5月, 2014 2 次提交
  2. 04 5月, 2014 1 次提交
  3. 03 5月, 2014 2 次提交
    • Arnaud Bergeron's avatar
      Rework the interface to GpuKernelBase to accept a list of kernel object. · a8b3b329
      Arnaud Bergeron 提交于
      Each item will be precompiled separetly and embedded into the c_code
      of the Op. This allows ops that need multiple kernels or that will
      choose between alternatives at runtime to use this interface.  It also
      groups all kernel-related parameters under one object.
      
      This change also save the source of the kernel code to re-attempt
      source compilation in case the binary is rejected for some reason
      (some implementations do not support reloading from pre-compiled
      kernel).
      
      There may still be more changes to how stuff works under the hood
      (most notably a blacklist of bad runtime/drivers that crash when
      attempting to create a kernel from a binary), but the visible
      interface should not change anymore, so now is the time to start using
      it more.
      a8b3b329
    • Arnaud Bergeron's avatar
      4e350322
  4. 01 5月, 2014 1 次提交
  5. 30 4月, 2014 12 次提交
  6. 29 4月, 2014 6 次提交
  7. 28 4月, 2014 1 次提交
  8. 27 4月, 2014 2 次提交
  9. 26 4月, 2014 13 次提交