vortexgpgpu/vortex

tests/regression/sgemm has a small bug in Comparator<float>

Opened this issue · 0 comments

The function signature here should be static float generate(). Otherwise, a test instantiated as float will simply pass in matrices A and B that are all 0, as any float division result gets truncated to an integer 0.