https://github.com/halide/Halide
Raw File
Tip revision: aa1d25b66c91772ea29e1fef5f9802969b171377 authored by Andrew Adams on 16 September 2019, 20:19:18 UTC
Fix signed division
Tip revision: aa1d25b
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