Jing Pu

Results 3 comments of Jing Pu

I think a more fundamental problem is that we don't support Windows well (see #2 ). I suggest working on a Linux machine to get started if possible. If you...

@amisal88 The ROM optimization mentioned in the paper is implemented by inferring from an `unroll` directive applied on a LUT function. Loop unrolling together with constant propagation move the match...

@ronghongbo The HLS backend cannot be used with JIT (i.e. func.realize()) yet. The `fanout` example is similar to your example. Maybe you can start from that example. https://github.com/jingpu/Halide-HLS/blob/HLS/apps/hls_examples/fanout_hls/pipeline.cpp