visual_debugger icon indicating copy to clipboard operation
visual_debugger copied to clipboard

GPU JIT improvements

Open eafurst opened this issue 6 years ago • 0 comments

Sub-tasks:

  • [negligible impact] eliminate duplicates in the input buffer collection (FindInputBuffers)
  • [substantial impact] only reset the device interface of input buffers when the DeviceAPI of the target changes;
  • [speculative impact] JIT caching (based on selected id and target) for faster expression browsing (when revisiting expressions that were previously visualized)

eafurst avatar Sep 14 '18 20:09 eafurst