https://github.com/halide/Halide
Raw File
Tip revision: e56b3f05abfc5b1aca1b917f59379953da5bbb0f authored by Steven Johnson on 13 September 2018, 20:17:51 UTC
bounds_of_type(u32) should return [0,0xffffffff] (Issue #3271)
Tip revision: e56b3f0
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