https://github.com/halide/Halide
Raw File
Tip revision: 029ec234a31ce4e58e103d8ad492c883b96e2c52 authored by Pranav Bhandarkar on 13 December 2019, 23:59:41 UTC
Fix access to Hexagon intrinsic enums
Tip revision: 029ec23
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