vortexgpgpu / vortex_tutorials

142 stars 44 forks source link

Assignment 1 Small Issue #8

Closed JacobLevinson closed 1 week ago

JacobLevinson commented 12 months ago

In assignment one, it says "Once this is done, the number of active threads should be divided by the total number of cycles in /vortex/runtime/common/vx_utils.cpp and printed out."

However, the file name is actually /vortex/runtime/common/utils.cpp (no vx_)

JacobLevinson commented 12 months ago

Related to this is the next bit where it says:

Then, in the next "#ifdef PERF_ENABLE" macro in the same "vx_dump_perf" function, you should add the code to retrieve the counter from the CSR:

The link there points to a file that doesn't exist.