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
When I execute the command make app=spmv simv, the output is as follows:
For demonstration purposes, I added some print statements in spmv.c.
It can be seen that the system froze during the 5th iteration of the loop. After my investigation, it paused at line 64 of the spmv.c .
Thanks!
The text was updated successfully, but these errors were encountered:
When I execute the command
make app=spmv simv
, the output is as follows:For demonstration purposes, I added some print statements in
spmv.c
.It can be seen that the system froze during the 5th iteration of the loop. After my investigation, it paused at line 64 of the
spmv.c
.Thanks!
The text was updated successfully, but these errors were encountered: