Skip to content
Snippets Groups Projects

Typo correction

Merged David Hrbáč requested to merge hot_fix into master
2 files
+ 2
2
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -270,7 +270,7 @@ At first get an interactive PBS session on a node with MIC accelerator and load
$ module load intel
```
Following example show how to automatically offload an SGEMM (single precision - g dir="auto">eneral matrix multiply) function to MIC coprocessor. The code can be copied to a file and compiled without any necessary modification.
Following example show how to automatically offload an SGEMM (single precision - general matrix multiply) function to MIC coprocessor. The code can be copied to a file and compiled without any necessary modification.
```bash
$ vim sgemm-ao-short.c
Loading