tancheng / VectorCGRA

CGRA framework with vectorization support.
BSD 3-Clause "New" or "Revised" License
19 stars 11 forks source link

About fixed-point decimal places #18

Open yulilicao opened 8 months ago

yulilicao commented 8 months ago

Hello, I would like to know the number of decimal places for a fixed number, can you please let me know, thank you

tancheng commented 8 months ago

Hi, from the HW perspective, we don't hard-coded that and user is free to determine it by themselves. For the evaluation in our paper, we decided the decimal point based on the max and min value of the evaluated data set.

yulilicao commented 8 months ago

Okay, thank you very much for your answer