Skip to content

Commit

Permalink
cleanup for 1.2 provisional rev 1 (#436)
Browse files Browse the repository at this point in the history
  • Loading branch information
rscohn2 authored Sep 7, 2022
1 parent 36b574c commit 7c47b70
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 54 deletions.
4 changes: 4 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,10 @@ Build the pdf version wit the following command::

The generated PDF will be located at build/latexpdf/oneAPI-spec.pdf.

Spell check::

python oneapi.doc. --verbose spelling

--
CI
--
Expand Down
13 changes: 0 additions & 13 deletions scripts/oneapi.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
import os.path
import shutil
import subprocess
from distutils.dir_util import copy_tree as copy_tree_update
from functools import wraps
from os.path import join

Expand Down Expand Up @@ -74,18 +73,6 @@ def rm(dir):
shutil.rmtree(dir, ignore_errors=True)


def copytree(src, dst, dirs_exist_ok=False):
log('cp -r', src, dst)
if cl_args.dry_run:
return
# dirs_exist_ok needs python 3.8 or later, use copy_tree_update
# for now
if dirs_exist_ok:
copy_tree_update(src, dst)
else:
shutil.copytree(src, dst)


def copy(src, dst):
log('cp', src, dst)
if cl_args.dry_run:
Expand Down
2 changes: 1 addition & 1 deletion source/elements/oneCCL/source/spec/main_objects.rst
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ Communicator

oneCCL specification defines ``communicator`` class that describes a group of communicating ranks, where a rank is an addressable entity in a communication operation and corresponds to single oneCCL device.

``communicator`` defines communication operations on memory buffers between homogenous oneCCL devices, that is, all oneCCL devices either wrap native device objects of the same type (for example CPUs only or GPUs only) or do not wrap native objects.
``communicator`` defines communication operations on memory buffers between homogeneous oneCCL devices, that is, all oneCCL devices either wrap native device objects of the same type (for example CPUs only or GPUs only) or do not wrap native objects.

Each process may correspond to multiple ranks.

Expand Down
13 changes: 0 additions & 13 deletions source/elements/oneDAL/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -267,12 +267,6 @@ TAB_SIZE = 4

ALIASES =

# This tag can be used to specify a number of word-keyword mappings (TCL only).
# A mapping has the form "name=value". For example adding "class=itcl::class"
# will allow you to use the command class in the itcl::class meaning.

TCL_SUBST =

# Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C sources
# only. Doxygen will then generate output that is more tailored for C. For
# instance, some of the names that are used will be different. The list of all
Expand Down Expand Up @@ -1154,13 +1148,6 @@ VERBATIM_HEADERS = YES

ALPHABETICAL_INDEX = YES

# The COLS_IN_ALPHA_INDEX tag can be used to specify the number of columns in
# which the alphabetical index list will be split.
# Minimum value: 1, maximum value: 20, default value: 5.
# This tag requires that the tag ALPHABETICAL_INDEX is set to YES.

COLS_IN_ALPHA_INDEX = 5

# In case all classes in a project start with a common prefix, all classes will
# be put under the same header in the alphabetical index. The IGNORE_PREFIX tag
# can be used to specify a prefix (or a list of prefixes) that should be ignored
Expand Down
13 changes: 0 additions & 13 deletions source/elements/oneDNN/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -267,12 +267,6 @@ TAB_SIZE = 4

ALIASES =

# This tag can be used to specify a number of word-keyword mappings (TCL only).
# A mapping has the form "name=value". For example adding "class=itcl::class"
# will allow you to use the command class in the itcl::class meaning.

TCL_SUBST =

# Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C sources
# only. Doxygen will then generate output that is more tailored for C. For
# instance, some of the names that are used will be different. The list of all
Expand Down Expand Up @@ -1154,13 +1148,6 @@ CLANG_OPTIONS =

ALPHABETICAL_INDEX = YES

# The COLS_IN_ALPHA_INDEX tag can be used to specify the number of columns in
# which the alphabetical index list will be split.
# Minimum value: 1, maximum value: 20, default value: 5.
# This tag requires that the tag ALPHABETICAL_INDEX is set to YES.

COLS_IN_ALPHA_INDEX = 5

# In case all classes in a project start with a common prefix, all classes will
# be put under the same header in the alphabetical index. The IGNORE_PREFIX tag
# can be used to specify a prefix (or a list of prefixes) that should be ignored
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Example
-------

The following example shows a class in which the "Lazy initialization" pattern is implemented on
the "cachedProperty" field.
the ``cachedProperty`` field.


.. code:: cpp
Expand Down
13 changes: 0 additions & 13 deletions source/elements/oneVPL/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -267,12 +267,6 @@ TAB_SIZE = 4

ALIASES =

# This tag can be used to specify a number of word-keyword mappings (TCL only).
# A mapping has the form "name=value". For example adding "class=itcl::class"
# will allow you to use the command class in the itcl::class meaning.

TCL_SUBST =

# Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C sources
# only. Doxygen will then generate output that is more tailored for C. For
# instance, some of the names that are used will be different. The list of all
Expand Down Expand Up @@ -1154,13 +1148,6 @@ CLANG_OPTIONS =

ALPHABETICAL_INDEX = YES

# The COLS_IN_ALPHA_INDEX tag can be used to specify the number of columns in
# which the alphabetical index list will be split.
# Minimum value: 1, maximum value: 20, default value: 5.
# This tag requires that the tag ALPHABETICAL_INDEX is set to YES.

COLS_IN_ALPHA_INDEX = 5

# In case all classes in a project start with a common prefix, all classes will
# be put under the same header in the alphabetical index. The IGNORE_PREFIX tag
# can be used to specify a prefix (or a list of prefixes) that should be ignored
Expand Down
3 changes: 3 additions & 0 deletions source/spelling_wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -811,3 +811,6 @@ zgebrd
parmeterizes
QNaN
decrementing

0 comments on commit 7c47b70

Please sign in to comment.