Skip to content

Commit

Permalink
Merge pull request #15 from BryantLam/correct-sets-and-optionals
Browse files Browse the repository at this point in the history
Use `{ .. }` sets instead of `[ ... ]` optionals
  • Loading branch information
BryantLam authored Apr 1, 2020
2 parents 8b02817 + 759a765 commit e364a8d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions content/backmatter.tex
Original file line number Diff line number Diff line change
Expand Up @@ -360,15 +360,15 @@ \section{Overview}\label{subsec:dep_overview}
} & 1.5 & Current & Team-based collectives, \minitab{Section~\ref{subsec:team_collectives}}. \\ \hline
\CorCpp: Active-set-based \FuncRef{shmem\_sync}
& 1.5 & Current & Team-based \hyperref[subsec:shmem_sync]{\FUNC{shmem\_sync}} \\ \hline
\CorCpp: \FuncRef{shmem\_alltoall[32,64]} & 1.5 & Current &
\CorCpp: \FuncRef{shmem\_alltoall\{32, 64\}} & 1.5 & Current &
\hyperref[subsec:shmem_alltoall]{\FUNC{shmem\_alltoall}} \\ \hline
\CorCpp: \FuncRef{shmem\_alltoalls[32,64]} & 1.5 & Current &
\CorCpp: \FuncRef{shmem\_alltoalls\{32, 64\}} & 1.5 & Current &
\hyperref[subsec:shmem_alltoalls]{\FUNC{shmem\_alltoalls}} \\ \hline
\CorCpp: \FuncRef{shmem\_broadcast[32,64]} & 1.5 & Current &
\CorCpp: \FuncRef{shmem\_broadcast\{32, 64\}} & 1.5 & Current &
\hyperref[subsec:shmem_broadcast]{\FUNC{shmem\_broadcast}} \\ \hline
\CorCpp: \FuncRef{shmem\_collect[32,64]} & 1.5 & Current &
\CorCpp: \FuncRef{shmem\_collect\{32, 64\}} & 1.5 & Current &
\hyperref[subsec:shmem_collect]{\FUNC{shmem\_collect}} \\ \hline
\CorCpp: \FuncRef{shmem\_fcollect[32,64]} & 1.5 & Current &
\CorCpp: \FuncRef{shmem\_fcollect\{32, 64\}} & 1.5 & Current &
\hyperref[subsec:shmem_collect]{\FUNC{shmem\_fcollect}} \\ \hline
\CorCpp: \FuncRef{shmem\_\FuncParam{TYPENAME}\_and\_to\_all}
& 1.5 & Current & \hyperref[subsec:shmem_and_reduce]{\FUNC{shmem\_and\_reduce}} \\ \hline
Expand Down

0 comments on commit e364a8d

Please sign in to comment.