-
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
Plz try -O3 for clang. @MeowMJ plz help if O3 doesn't work. Thanks~! |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
The DFG is from unrolling the loop, we need to disable the unrolling. Did you use |
Beta Was this translation helpful? Give feedback.
The DFG is from unrolling the loop, we need to disable the unrolling. Did you use
clang-12 -O3 -fno-inline -fno-unroll-loops -fno-vectorize -fno-slp-vectorize -emit-llvm -c fir.cpp -o kernel.bc
?