From 0947c3992c998740608c93f7f9207032f5c8fa7d Mon Sep 17 00:00:00 2001 From: David Ozog Date: Thu, 29 Aug 2024 16:11:31 -0400 Subject: [PATCH] backmatter: add changelog for no team wrap-arounds --- content/backmatter.tex | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/content/backmatter.tex b/content/backmatter.tex index 65528d74..48351d65 100644 --- a/content/backmatter.tex +++ b/content/backmatter.tex @@ -677,6 +677,11 @@ \section{Version 1.6} \FUNC{shmem\_team\_ptr}. \ChangelogRef{subsec:shmem_team_ptr}% % +\item Clarified that the behavior of \FUNC{shmem\_team\_split\_strided} is + undefined when the input \VAR{start}, \VAR{stride}, and \VAR{size} arguments + imply a \textit{wrap-around} with respect to the parent team's \acp{PE}. +\ChangelogRef{subsec:shmem_team_split_strided}% +% \item Added the session routines, \FUNC{shmem\_ctx\_session\_start} and \FUNC{shmem\_ctx\_session\_stop}, which allow users to pass hints to the \openshmem library to apply runtime optimizations.