Skip to content

Commit 7d01e03

Browse files
committed
Publication for WG14 (N2017)
1 parent 7a19ef8 commit 7d01e03

File tree

1 file changed

+36
-6
lines changed

1 file changed

+36
-6
lines changed

cplexts.tex

+36-6
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@
4545

4646
% These parameters, and the documentclass options,
4747
% are about document identification and overall formatting.
48-
\docdate{2016}{02}{22}
49-
\newcommand{\wgdocno}{}
48+
\docdate{2016}{03}{10}
49+
\newcommand{\wgdocno}{N2017}
5050
\newcommand{\epptsno}{\placeholder{EPPTS}}
5151
\standard{\epptsno}
5252
\yearofedition{2018}
@@ -61,13 +61,43 @@
6161
\textbf{Reply to:} & Clark Nelson
6262
\end{tabular}
6363

64-
{\Huge
64+
{\huge
6565
\bfseries
66-
Programming languages --- C --- \\
67-
Extensions for parallel programming
66+
Programming language C --- \\
67+
Extensions for parallel programming --- \\
68+
Part 1: Thread-based parallelism
6869
}
6970

70-
This is the latest working draft of the CPLEX study group.
71+
{\large
72+
The contents of this document match
73+
the Working Draft of the CPLEX study group adopted on 2016-03-07.
74+
Only the document identification and title page have been changed.
75+
76+
The consensus of the study group is that this document is ready
77+
to be transferred to WG14 for further processing
78+
to produce a Technical Specification.
79+
However, the study group does not believe its work is done.
80+
81+
This document describes only parallel execution
82+
that uses multi-processor/multi-core technology.
83+
The study group believes that further work needs to be done
84+
to support SIMD/vector technology.
85+
A goal is that a SIMD parallel loop could be expressed
86+
in terms almost identical to a parallel loop in this document,
87+
just by varying a keyword or two.
88+
Arithmetic on array sections, much as in Fortran,
89+
could also provide better support for SIMD technology.
90+
Support for GPGPU technology is also desirable,
91+
but may be more of a challenge.
92+
93+
The title of this document has been changed
94+
to better align the expectations of the reader
95+
with those of the study group.
96+
However, it should be understood that full planning
97+
for an ISO/IEC multipart Technical Specification ---
98+
including determining the title and scope of each part in advance ---
99+
has not yet been done.
100+
}
71101
\clearpage
72102
\end{cover}
73103

0 commit comments

Comments
 (0)