From bea76f2288d16b3c6aced92050dbe77615eae877 Mon Sep 17 00:00:00 2001 From: Adnan AlSinan Date: Tue, 8 Feb 2022 16:57:06 +0000 Subject: Inclusive language update - Update Github README.md - Add section about inclusive language in our documention Resolves COMPMID-5129 Signed-off-by: Adnan AlSinan Change-Id: Iab56d284a81061a1e62f4df7163553fdf47c2d7d Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/7100 Tested-by: Arm Jenkins Reviewed-by: Gunes Bayir Comments-Addressed: Arm Jenkins --- README.md | 3 +++ docs/contributor_guide/contribution_guidelines.dox | 9 ++++++++- docs/contributor_guide/non_inclusive_language_examples.dox | 4 ++++ docs/user_guide/release_version_and_change_log.dox | 5 +++-- 4 files changed, 18 insertions(+), 3 deletions(-) create mode 100644 docs/contributor_guide/non_inclusive_language_examples.dox diff --git a/README.md b/README.md index 28418c9bdf..f3a08ee893 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ +> **⚠ Important** +> Starting from the next release (22.05): 'master' branch will be changed to 'main' following our inclusive language update, more information [here](https://arm-software.github.io/ComputeLibrary/latest/contribution_guidelines.xhtml#S5_0_inc_lang). +


diff --git a/docs/contributor_guide/contribution_guidelines.dox b/docs/contributor_guide/contribution_guidelines.dox index d37c6b9cb9..ab02adfc32 100644 --- a/docs/contributor_guide/contribution_guidelines.dox +++ b/docs/contributor_guide/contribution_guidelines.dox @@ -1,5 +1,5 @@ /// -/// Copyright (c) 2019-2020 Arm Limited. +/// Copyright (c) 2019-2022 Arm Limited. /// /// SPDX-License-Identifier: MIT /// @@ -35,6 +35,13 @@ The development is structured in the following way: - Development repository: https://review.mlplatform.org/#/admin/projects/ml/ComputeLibrary - Please report issues here: https://github.com/ARM-software/ComputeLibrary/issues +@section S5_0_inc_lang Inclusive language guideline +As part of the initiative to use inclusive language, there are certain phrases and words that were removed or replaced by more inclusive ones. Examples include but not limited to: +\includedoc non_inclusive_language_examples.dox + +Please also follow this guideline when committing changes to Compute Library. + +Futhermore, starting from next release (22.05), 'master' branch will no longer be used, it will be replaced by 'main'. Please update your clone jobs accordingly. @section S5_1_coding_standards Coding standards and guidelines Best practices (as suggested by clang-tidy): diff --git a/docs/contributor_guide/non_inclusive_language_examples.dox b/docs/contributor_guide/non_inclusive_language_examples.dox new file mode 100644 index 0000000000..addfdd34dd --- /dev/null +++ b/docs/contributor_guide/non_inclusive_language_examples.dox @@ -0,0 +1,4 @@ + - master/slave + - black/white + - he/she, him/her, his/hers + - When referring to a person where gender is irrelevant or unknown, kindly use they, them, theirs, or a person’s preferred pronoun. \ No newline at end of file diff --git a/docs/user_guide/release_version_and_change_log.dox b/docs/user_guide/release_version_and_change_log.dox index 0e2c8427ad..f8db6e210b 100644 --- a/docs/user_guide/release_version_and_change_log.dox +++ b/docs/user_guide/release_version_and_change_log.dox @@ -1,5 +1,5 @@ /// -/// Copyright (c) 2017-2021 Arm Limited. +/// Copyright (c) 2017-2022 Arm Limited. /// /// SPDX-License-Identifier: MIT /// @@ -37,6 +37,7 @@ If there is more than one release in a month then an extra sequential number is v17.04 (First release of April 2017) @note We're aiming at releasing one major public release with new features per quarter. All releases in between will only contain bug fixes. +@note Starting from next release (22.05), 'master' branch will no longer be used, it will be replaced by 'main'. Please update your clone jobs accordingly. @section S2_2_changelog Changelog @@ -44,7 +45,7 @@ v21.11 Public major release - Various bug fixes. - Various optimizations: - Improve performance of bilinear and nearest neighbor Scale on both CPU and GPU for FP32, FP16, Int8, Uint8 data types - - Improve performance of Softmax on GPU for Uint8/Int8 + - Improve performance of Softmax on GPU for Uint8/Int8 - New OpenCL kernels / functions: - @ref CLConv3D - New Arm® Neon™ kernels / functions: -- cgit v1.2.1