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
Here is the code implement matrix multiply. The keypoint is #define SIZE_TYPE size_t. Notes if the SIZE_TYPE changed into int, the code will not cause error.
reproduce
Here is the code implement matrix multiply. The keypoint is
#define SIZE_TYPE size_t
. Notes if theSIZE_TYPE
changed intoint
, the code will not cause error.compile method:
code
Error message:
The text was updated successfully, but these errors were encountered: