salehjg / DeepPoint-V2-FPGA

The code repository of DGCNN on FPGA: Acceleration of The Point Cloud Classifier Using FPGAs
GNU General Public License v3.0
12 stars 2 forks source link

Test problem #5

Closed TG-MIO closed 5 months ago

TG-MIO commented 5 months ago

I am using the Kerneltests you provided to test the module. But I can't see exactly how the test is done here, because KernelTestXXXX is an unviewable file. Is there any way to know the specific plan of the test? 测试

salehjg commented 5 months ago

Hi there,

I am a bit confused about the question. KernelTests, for example this one, create a standalone binary for testing a specific HLS kernel directly, without involving the host program and OpenCL.

So, the executables should be built. Otherwise, the compilation fails somewhere. Without logs, I would be just guessing.

TG-MIO commented 5 months ago

Thank you for your answer, I did not find the code for testing before, now I do, thank you again! @salehjg

salehjg commented 5 months ago

I'll keep this issue open for a while. Please feel free to post any questions you might have, I'd be happy to help. @TG-MIO

salehjg commented 5 months ago

I am closing this issue. Please let me know if I can be of any assistance. I would be more than happy to help.