1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-18 15:57:05 +01:00

Layout changes and typo fixes

This commit is contained in:
Guido Cossu
2018-03-23 10:32:57 +00:00
parent 56d1308477
commit 2223cf0f4b
5 changed files with 22 additions and 13 deletions

View File

@ -65,8 +65,8 @@ Beside the generic implementation using stencils, GRID has optimised version of
Flags at runtime can be used for the optimised paths
| Flag | Description |
| ----------- | -------------------------------------- |
| Flag | Description |
| --------------------- | --------------------------------------------------------------------- |
| `--dslash-generic` | This is the default option and used the implementation with stencils |
| `--dslash-unroll` | This explicitly unroll the colour loops. It is tied to `Nc=3` |
| `--dslash-asm` | This is specific for AVX512-F architectures and `Nc=3` |