Revision c413e325e5481686b53586398673984df73fa57d authored by Andrew Adams on 23 February 2021, 22:26:49 UTC, committed by Andrew Adams on 23 February 2021, 22:26:49 UTC
2 parent s 69e4dff + 322ab62
Raw File
todo.txt
- debug_to_file
- the bounds query interface
- multi-output pipelines
- overriding the runtime
- lambdas
  useful tricks, e.g., `Buffer<float> image_buf = lambda(x, y, (sin(x+y)+1)/2).realize(10 * tile_size, 10 * tile_size);`
- extern functions and extern stages
- common scheduling patterns
- scheduling rvars
- tail strategies
- Wrapping existing memory in a Halide::Buffer
back to top