# preprocess **Repository Path**: shanxizeng/preprocess ## Basic Information - **Project Name**: preprocess - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-09-22 - **Last Updated**: 2025-09-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## p2p_acc_ex: vivado 2018.3 ## riscv: 在 riscv/src 中,运行 ```bash make clean make ``` 修改参数数量及种类:riscv/src/src/config_paras.h 中进行修改。 ## TVM: 参数传递遵循以下规则: 1~n 为各个handle n+1~2n 为各个handle的size(以字节为单位,与前面的handle顺序一一对应) 2n~ 为handle外的其他参数