Yang Wang
Yang Wang
Hi all, I bought a board from Aliexpress and it looks like this . Is this board named khc40gbe_k420? Thanks a lot! https://github.com/darklife/darkriscv/tree/master/boards/aliexpress_hpc40gbe_k420
Hi all, For dual-port FPGA boards, is it possible to support bump-in-wire based on the project? Thanks, Yang
Hi, Thank you for sharing this interesting project. I encountered an issue where "\n\n" + "number" cannot be rendered properly. I appreciate your help in addressing this problem. Thanks! Yang
**What is your question?** Hi all, I encounter the consistency of KMeans implementation. While debugging a precision-related issue in cuml's KMeans, I noticed that setting a random seed does not...
Hi all, Thanks for sharing the source codes! I read through all codes in OvS, which copies packet headers in OvS datapath to a shared memory queue. And a userspace...
Hi all, I found a bug in reading symmetric mtx data. For example, when I tried to run ```bash ./gspmm --debug=true --max_ncols=4 ./4_4coo_dense.mtx ``` to read 4x4 dense matrix from...
Hi all, We recently developed a fully open-source quantization method called VPTQ (Vector Post-Training Quantization) [https://github.com/microsoft/VPTQ](https://github.com/microsoft/VPTQ) which enables fast quantization of large language models (LLMs) down to 1-4 bits. The...