inducer / pytato

Lazily evaluated arrays in Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make widgetry to allow debug print

inducer opened this issue · comments

What does debug print mean? Is it debugging log?

What I have in mind here is a pass-through array node, that, as a side effect, sticks the array into OpenCL's printf. To be useful, this would also need some sort of conditional to filter

  • when it should happen at all, and
  • which array entries to print.

Indeed. Closing as duplicate.