Results 32 comments of Yang Wang

Here is my solution. https://github.com/chipsalliance/rocket-chip/pull/2055

I guess that polymer uses legacy LLVM/MLIR that does not support memref.alloc/memref.dim.

> > I guess that polymer uses legacy LLVM/MLIR that does not support memref.alloc/memref.dim. > > Indeed, that example was older than the memref dialect :) Hi @kumasento , Thanks...

Sorry about the reply. I got this after updating args, and it works! > $ ./polymer-opt \ -reg2mem \ -insert-redundant-load \ -extract-scop-stmt \ -canonicalize \ -pluto-opt="dump-clast-after-pluto=${POLYMER_CLAST_FILE}" \ -canonicalize \ ./matmul.mlir...

I have confirmed that I got the same board named v2 with three jtag headers. :) The seller gets start to sell K420v3 and KU040 on Aliexpress again. Thanks a...

@samsoniuk Here is the link https://item.taobao.com/item.htm?spm=a1z09.2.0.0.4dca2e8dvGmSwd&id=6214809309&_u=m1pd6eck89c4 and the seller designed these boards, and I guess that "FPGA board store" is an agent. BTW, he is designing a ku040 board with...

wow, will you build a manycore design? I'm really interested in this design and its applications. Maybe we can build smartnic/programmble NICs or programmable accelerator cards based on this design....

@nightseas I agree with you that the programming model and compiler is the most important part of software design. It should be a PL built for MIMT architecture. Project "OpenCelerity"...

Thanks a lot! I'm trying to implement this based on simulation at first. BTW, do you need any help supporting DPDK?