Xinyu Chen
Xinyu Chen
I tried to compile MonetDBLite-C to make it run in syscall-emulation mode of gem5 simulator. It turned out that pthread is not fully supported in gem5 simulation. To make it...
@asg017 Thank you for your excellent work! But I'm confused when running your code in c. Is the functions vssSearchFunc and vssRangeSearchFunc in `sqlite-vss.cpp` are not implemented? I get no...
In the function `ChipFloorPlan` in Training_pytorch/NeuroSIM/Chip.cpp, it calculate the double vector `tileLocaEachLayer`. I presume that `tileLocaEachLayer` record the location of the first tile that store a layer. The following code...
It may sound stupid. I found plenty of codes that appear after a function returns. For example in `ProcessingUnit.cpp`, line 700-712. ```c++ vector CopySubArray(const vector &orginal, int positionRow, int positionCol,...