... | ... | @@ -60,7 +60,7 @@ Depending on your system increase or decrease that values. As a reference, it is |
|
|
| lu | C / 250 | C / 750 |
|
|
|
| ua | C / 200 | C / 200 |
|
|
|
|
|
|
For `dgemm`, edit the file ‘dgemm_example.f’. Take a look to the PARAMETER variable definition in the first line, it sets the size of the computing matrix. Increase or decrease that values equally depending if you want to add or subtract computing time.
|
|
|
For `dgemm`, edit the file `dgemm_example.f`. Take a look to the PARAMETER variable definition in the first line, it sets the size of the computing matrix. Increase or decrease that values equally depending if you want to add or subtract computing time.
|
|
|
|
|
|
Once the customization is done, you have to [compile](1-˗-Kernels-compile) and test again.
|
|
|
|
... | ... | |