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
Hi, I run the command "gemx_func_test" in the shell "run_app.sh" from the latest version of gemx, but I can't get the correct frequency , and the INFO information is "INFO: kernel xclbin frequency is MHz", is there anything wrong? I notice that there is no shell but SHELL definition in the Makefile.
The text was updated successfully, but these errors were encountered:
Thank you!
BTW, how can I get the resources and timing results of RTL synthesis or implementation when I run "gemm_perf" command in the shell "run_app.sh"?
run
vim out_hw/_xocc_link_gemx_gemx.dir/_vpl/ipi/imp/imp.runs/impl_1/kernel_util_routed.rpt
to find out resource usage
run
vim out_hw/_xocc_link_gemx_gemx.dir/_vpl/ipi/imp/imp.runs/impl_1/updated_full_design_timing_summary_routed.rpt
to find out timing report.
Hi, I run the command "gemx_func_test" in the shell "run_app.sh" from the latest version of gemx, but I can't get the correct frequency , and the INFO information is "INFO: kernel xclbin frequency is MHz", is there anything wrong? I notice that there is no shell but SHELL definition in the Makefile.
The text was updated successfully, but these errors were encountered: