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 check the number of cycles my program takes I dont see any change in the cycle count when I call the code without the system call.
What could be happening here? I am calling my system call like this: https://gist.github.com/salilkapur/e7931c7a90a3dca904932ff14b9154db
Any help would be appreciated.
The text was updated successfully, but these errors were encountered:
I tried to implement a custom system call.
Following is my diff: https://gist.github.com/salilkapur/a513a604139832657042571520049dee
When I check the number of cycles my program takes I dont see any change in the cycle count when I call the code without the system call.
What could be happening here? I am calling my system call like this: https://gist.github.com/salilkapur/e7931c7a90a3dca904932ff14b9154db
Any help would be appreciated.
The text was updated successfully, but these errors were encountered: