Zhijing Li

Results 12 issues of Zhijing Li

Could you please public the "original" dataset that is not scaled? I need it because flickr seems lost/change some of the images and it's hard to retrieve all non-scaled images...

I feel we will need "break" statement in dahlia at some point. HLS does not support dynamic loop unrolling, but if...break can get rid of this constraint. Dahlia may have...

Discussion Needed

Stride loop can be achieve with suffix, but it is fake. If one wants to unroll that loop, it is not going to work (because of view). In the example...

Following the advice in #277 , I tried to use Zynq as target device. However, this result in errors at compilation stage. I used spatial-quickstart run the following commands: ```...

I would like to see some area estimation result instead of getting actual bitstreams because it takes too long time. I wonder if there a way for spatial to just...

Summary: Currently we don't allow AIT's inputs to be a subset of python's inputs. This could cause us some trouble. e.g. https://www.internalfb.com/phabricator/paste/view/P619446970?lines=37 Here, `add_14` can be deduced at a very...

CLA Signed
fb-exported

Summary: In _fx_script_lowered_module the customized tracer should also be passed into and used as the tracer of update_param_annotations. Differential Revision: D48882553

CLA Signed
fb-exported

Summary: For vdd, it seems that the jagged tensor batch dim is identical to dense tensor batch dim, which caused issue in bmm kernel, that it cannot handle batch size...

CLA Signed
fb-exported

Summary: There is an AIT bug See this acc_graph: P795462043, and model-generated.h: P795461857 When the node name is the same as function name - in this case, reshape_14 we will...

CLA Signed
fb-exported

I tried to follow the instructions on https://github.com/stanford-ppl/spatial-multiverse/blob/master/docs/aws.md to generate bitstream on AWS F1 and got the following error. ``` ## file copy -force $CL_DIR/design/cl_mstr_axi_tst.sv $TARGET_DIR error copying "/home/centos/spatials/aws-fpga//hdk/cl/examples/GEMM_NCubed/design/cl_mstr_axi_tst.sv": no...