Revision 5f5aaf4fc8799d77e7f7b5c677a32800f0c1286e authored by Steven Johnson on 19 August 2019, 21:50:22 UTC, committed by Steven Johnson on 19 August 2019, 21:50:22 UTC
1 parent 9b8b1a5
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