You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Does Bambu support OpenMP #pragma omp parallel for for nested loops? I created a simple gemm function and tried to synthesis it. But I got an error saying Starting execution of Frontend::ExtractOmpFor::gemm error -> To be implemented
The code is as below:
The command I used is: bambu -fno-delete-null-pointer-checks -fopenmp --pragma-parse --mem-delay-read=20 --mem-delay-write=20 --channels-type=MEM_ACC_11 --memory-allocation-policy=NO_BRAM --no-iob --num-accelerators=2 --memory-banks-number=4 --channels-number=2 --context_switch=1 --top-fname=gemm main.c
The text was updated successfully, but these errors were encountered:
Does Bambu support OpenMP
#pragma omp parallel for
for nested loops? I created a simple gemm function and tried to synthesis it. But I got an error sayingStarting execution of Frontend::ExtractOmpFor::gemm
error -> To be implemented
The code is as below:
The command I used is:
bambu -fno-delete-null-pointer-checks -fopenmp --pragma-parse --mem-delay-read=20 --mem-delay-write=20 --channels-type=MEM_ACC_11 --memory-allocation-policy=NO_BRAM --no-iob --num-accelerators=2 --memory-banks-number=4 --channels-number=2 --context_switch=1 --top-fname=gemm main.c
The text was updated successfully, but these errors were encountered: