@@ -10,8 +10,6 @@ The matrix multiplication is implemented as a series of nested **for loops** tha
By compiling the application and looking into the information provided by the compiler we can assess the level of optimizations (or lack of) that the compiler was able to automatically implement.
Getting started
---------------
Prerequisites
-------------
To build and run this kernel you will need:
...
...
@@ -41,10 +39,9 @@ This application can be compiled with the provided Makefile. Just type in a cons
To run the application, navigate to the bin directory and run the correspondent executable: e.g. `./pattern.all`
Documentation
-------------
To know more about the issues and features that this application provides, please visit: