SFU ID: 301358537
Github username: jel-cmpt295
Line and file: matmul.s, line 93
Expected behavior: Outputs 3x3 matrix with values from ref/test_matmul.out (calculated by dot.s)
Observed behavior: Outputs 3x3 matrix with all zeros
Question:
My test_matmul outputs a 3x3 matrix filled with zeros and I can't figure out why the values from dot.s aren't there instead. I thought I calculated the addresses correctly and I'm pretty sure all the arguments I need for dot.s to work are included in my matmul.s file. I'm not sure if this is a problem with dot.s, matmul.s, or test_matmul.s - my test_dot.s works though.
Any help/ideas would be great!