setVregValue function in wave.c:714 is assuming that the vgpr still possesses its internal 4-banked scheme for each of its 64 pages. This is no longer the case and I'm pretty sure it's causing the VGPR to be improperly filled before a test is run, resulting in improperly failed unit tests for vector instructions.
setVregValue function in wave.c:714 is assuming that the vgpr still possesses its internal 4-banked scheme for each of its 64 pages. This is no longer the case and I'm pretty sure it's causing the VGPR to be improperly filled before a test is run, resulting in improperly failed unit tests for vector instructions.