Revision ff014c2da37e54d7cbad9f6f81561ff83197d904 authored by Steven Johnson on 29 April 2019, 20:40:56 UTC, committed by Steven Johnson on 29 April 2019, 20:40:56 UTC
1 parent ed446a8
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