Open BolinSNLHM opened 8 months ago
While trying to benchmark Hidet on the CPU, I encountered some compilation errors caused by function re-definition. It was due to multiple same include statements within the same source.cc file.
include
source.cc
I added the header guards to avoid the error.
While trying to benchmark Hidet on the CPU, I encountered some compilation errors caused by function re-definition. It was due to multiple same
include
statements within the samesource.cc
file.I added the header guards to avoid the error.