|
45 | 45 |
|
46 | 46 | % These parameters, and the documentclass options,
|
47 | 47 | % are about document identification and overall formatting.
|
48 |
| -\docdate{2016}{02}{22} |
49 |
| -\newcommand{\wgdocno}{} |
| 48 | +\docdate{2016}{03}{10} |
| 49 | +\newcommand{\wgdocno}{N2017} |
50 | 50 | \newcommand{\epptsno}{\placeholder{EPPTS}}
|
51 | 51 | \standard{\epptsno}
|
52 | 52 | \yearofedition{2018}
|
|
61 | 61 | \textbf{Reply to:} & Clark Nelson
|
62 | 62 | \end{tabular}
|
63 | 63 |
|
64 |
| -{\Huge |
| 64 | +{\huge |
65 | 65 | \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 |
68 | 69 | }
|
69 | 70 |
|
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 | +} |
71 | 101 | \clearpage
|
72 | 102 | \end{cover}
|
73 | 103 |
|
|
0 commit comments