Open definelicht opened 2 years ago
Vitis 2021.2 has broken the repository by wrongly inferring a loop-carried dependency on writing aSplit in Memory.cpp. The dependence pragma does not fix this.
aSplit
Memory.cpp
Verification is broken by this (https://github.com/spcl/gemm_hls/issues/27).
In 2022.1 this gets worse, as compilation fails altogether (https://github.com/spcl/gemm_hls/issues/29).
Vitis 2021.2 has broken the repository by wrongly inferring a loop-carried dependency on writing
aSplit
inMemory.cpp
. The dependence pragma does not fix this.Verification is broken by this (https://github.com/spcl/gemm_hls/issues/27).
In 2022.1 this gets worse, as compilation fails altogether (https://github.com/spcl/gemm_hls/issues/29).