Skip to content

Commit

Permalink
readme - fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremylt authored Jun 22, 2023
1 parent f95bab6 commit 82b3672
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ There are multiple supported backends, which can be selected at runtime in the e
| `/cpu/openmp/occa` | OCCA backend with OpenMP kernels | Yes |
| `/cpu/dpcpp/occa` | OCCA backend with DPC++ kernels | Yes |
| `/gpu/cuda/occa` | OCCA backend with CUDA kernels | Yes |
| `/gpu/hip/occa`~ | OCCA backend with HIP kernels | Yes |
| `/gpu/hip/occa` | OCCA backend with HIP kernels | Yes |

The `/cpu/self/*/serial` backends process one element at a time and are intended for meshes with a smaller number of high order elements.
The `/cpu/self/*/blocked` backends process blocked batches of eight interlaced elements and are intended for meshes with higher numbers of elements.
Expand Down

0 comments on commit 82b3672

Please sign in to comment.