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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: