Skip to content

Commit

Permalink
Apply Trademarks' recent adjustments (backport #2539) (#2543)
Browse files Browse the repository at this point in the history
* Apply Trademarks' recent adjustments (#2539)

(cherry picked from commit 2c2d526)

* Fix tail space (#2544)

---------

Co-authored-by: Maria Petrova <maria.petrova@intel.com>
  • Loading branch information
mergify[bot] and maria-Petrova authored Oct 6, 2023
1 parent 5449c70 commit a5b41d6
Showing 19 changed files with 23 additions and 23 deletions.
Original file line number Diff line number Diff line change
@@ -139,7 +139,7 @@ class AlgorithmContainerImpl<batch> : public AlgorithmContainer<batch>
*
* \tparam mode Computation mode of the algorithm, \ref ComputeMode
* \tparam sse2Container Implementation for Intel(R) Streaming SIMD Extensions 2 (Intel(R) SSE2)
* \tparam sse42Container Implementation for Intel(R) Streaming SIMD Extensions 42 (Intel(R) SSE42)
* \tparam sse42Container Implementation for Intel(R) Streaming SIMD Extensions 4.2 (Intel(R) SSE4.2)
* \tparam avx2Container Implementation for Intel(R) Advanced Vector Extensions 2 (Intel(R) AVX2)
* \tparam avx512Container Implementation for Intel(R) Xeon(R) processors based on Intel AVX-512
*/
Original file line number Diff line number Diff line change
@@ -49,7 +49,7 @@ namespace interface1
*
* \tparam mode Computation mode of the algorithm, \ref ComputeMode
* \tparam sse2Container Implementation for Intel(R) Streaming SIMD Extensions 2 (Intel(R) SSE2)
* \tparam sse42Container Implementation for Intel(R) Streaming SIMD Extensions 42 (Intel(R) SSE42)
* \tparam sse42Container Implementation for Intel(R) Streaming SIMD Extensions 4.2 (Intel(R) SSE4.2)
* \tparam avx2Container Implementation for Intel(R) Advanced Vector Extensions 2 (Intel(R) AVX2)
* \tparam avx512Container Implementation for Intel(R) Xeon(R) processors based on Intel AVX-512
*/
2 changes: 1 addition & 1 deletion cpp/daal/include/services/daal_defines.h
Original file line number Diff line number Diff line change
@@ -130,7 +130,7 @@ namespace daal
{
/**
* <a name="DAAL-ENUM-COMPUTEMODE"></a>
* Computation modes of Intel(R) oneDAL algorithms
* Computation modes of Intel(R) oneAPI Data Analytics Library (oneDAL) algorithms
*/
enum ComputeMode
{
2 changes: 1 addition & 1 deletion cpp/daal/include/services/daal_string.h
Original file line number Diff line number Diff line change
@@ -17,7 +17,7 @@

/*
//++
// Intel(R) oneDAL string class.
// Intel(R) oneAPI Data Analytics Library (oneDAL) string class.
//--
*/

2 changes: 1 addition & 1 deletion cpp/daal/include/services/error_handling.h
Original file line number Diff line number Diff line change
@@ -17,7 +17,7 @@

/*
//++
// Handling errors in Intel(R) oneDAL.
// Handling errors in Intel(R) oneAPI Data Analytics Library (oneDAL).
//--
*/

2 changes: 1 addition & 1 deletion cpp/daal/include/services/error_id.h
Original file line number Diff line number Diff line change
@@ -17,7 +17,7 @@

/*
//++
// Data types for error handling in Intel(R) oneDAL.
// Data types for error handling in Intel(R) oneAPI Data Analytics Library (oneDAL).
//--
*/

2 changes: 1 addition & 1 deletion cpp/daal/include/services/error_indexes.h
Original file line number Diff line number Diff line change
@@ -17,7 +17,7 @@

/*
//++
// Details of errors in Intel(R) oneDAL.
// Details of errors in Intel(R) oneAPI Data Analytics Library (oneDAL).
//--
*/

2 changes: 1 addition & 1 deletion cpp/daal/include/services/internal/execution_context.h
Original file line number Diff line number Diff line change
@@ -58,7 +58,7 @@ class ExecutionContext : public Base
// This branch is needed to avoid problems with deleting SYCL entities
// after SYCL RT static objects are already released.
// This is caused by "C++ static initialization order fiasco" problem between
// oneDAL static Environment object and internal static contexts of SYCL RT.
// Intel(R) oneAPI Data Analytics Library (oneDAL) static Environment object and internal static contexts of SYCL RT.
// Here we solve this temporary with a small memory leak.
// TODO: remove this after complete transition to DPC++ kernels.
if (needEmptyDeleter)
6 changes: 3 additions & 3 deletions cpp/daal/include/services/internal/sycl/math/mkl_blas.h
Original file line number Diff line number Diff line change
@@ -46,7 +46,7 @@ namespace interface1

/**
* <a name="DAAL-CLASS-ONEAPI-INTERNAL__MKLGEMM"></a>
* \brief Adapter for MKL GEMM routine
* \brief Adapter for Intel(R) MKL GEMM routine
*/
template <typename algorithmFPType>
struct MKLGemm
@@ -112,7 +112,7 @@ struct MKLGemm

/**
* <a name="DAAL-CLASS-ONEAPI-INTERNAL__MKLSYRK"></a>
* \brief Adapter for MKL SYRK routine
* \brief Adapter for Intel(R) MKL SYRK routine
*/
template <typename algorithmFPType>
struct MKLSyrk
@@ -171,7 +171,7 @@ struct MKLSyrk

/**
* <a name="DAAL-CLASS-ONEAPI-INTERNAL__MKLAXPY"></a>
* \brief Adapter for MKL AXPY routine
* \brief Adapter for Intel(R) MKL AXPY routine
*/
template <typename algorithmFPType>
struct MKLAxpy
Original file line number Diff line number Diff line change
@@ -17,7 +17,7 @@

/*
//++
// Utility functions for DAL wrappers over MKL routines.
// Utility functions for DAL wrappers over Intel(R) MKL routines.
//--
*/

4 changes: 2 additions & 2 deletions cpp/daal/include/services/internal/sycl/math/mkl_lapack.h
Original file line number Diff line number Diff line change
@@ -45,7 +45,7 @@ namespace interface1

/**
* <a name="DAAL-CLASS-ONEAPI-INTERNAL__MKLPOTRF"></a>
* \brief Adapter for MKL POTRF routine
* \brief Adapter for Intel(R) MKL POTRF routine
*/
template <typename algorithmFPType>
struct MKLPotrf
@@ -98,7 +98,7 @@ struct MKLPotrf

/**
* <a name="DAAL-CLASS-ONEAPI-INTERNAL__MKLPOTRS></a>
* \brief Adapter for MKL POTRS routine
* \brief Adapter for Intel(R) MKL POTRS routine
*/
template <typename algorithmFPType>
struct MKLPotrs
2 changes: 1 addition & 1 deletion cpp/daal/include/services/library_version_info.h
Original file line number Diff line number Diff line change
@@ -17,7 +17,7 @@

/*
//++
// Intel(R) oneDAL version information.
// Intel(R) oneAPI Data Analytics Library (oneDAL) version information.
//--
*/

4 changes: 2 additions & 2 deletions cpp/daal/src/externals/core_threading_win_dll.cpp
Original file line number Diff line number Diff line change
@@ -837,7 +837,7 @@ DAAL_EXPORT void * _getThreadPinner(bool create_pinner, void (*read_topo)(int &,
#define CALL_RET_FUNC_FROM_DLL_CPU_MIC(ret_type, fn_dpref, fn_cpu, fn_name, argdecl, argcall)
#endif

/* Used directly in Intel oneDAL */
/* Used directly in Intel(R) oneAPI Data Analytics Library (oneDAL) */
CALL_VOID_FUNC_FROM_DLL(fpk_blas_, dsyrk,
(const char * uplo, const char * trans, const DAAL_INT * n, const DAAL_INT * k, const double * alpha, const double * a,
const DAAL_INT * lda, const double * beta, double * c, const DAAL_INT * ldc),
@@ -1109,7 +1109,7 @@ typedef signed int Ipp32s;
typedef float Ipp32f;
typedef double Ipp64f;

/* Used in Intel oneDAL via SS */
/* Used in Intel(R) oneAPI Data Analytics Library (oneDAL) via SS */
CALL_RET_FUNC_FROM_DLL(IppStatus, fpk_dft_, ippsSortRadixAscend_64f_I, (Ipp64f * pSrcDst, Ipp64f * pTmp, Ipp32s len), (pSrcDst, pTmp, len));
CALL_RET_FUNC_FROM_DLL(IppStatus, fpk_dft_, ippsSortRadixAscend_32f_I, (Ipp32f * pSrcDst, Ipp32f * pTmp, Ipp32s len), (pSrcDst, pTmp, len));

2 changes: 1 addition & 1 deletion cpp/oneapi/dal/detail/error_messages.hpp
Original file line number Diff line number Diff line change
@@ -51,7 +51,7 @@ namespace v1 {
// - If a new mathematical operator introduced, stick to LaTeX
// conventions as well.
//
// - For oneDAL specific terms use the following shortening:
// - For Intel(R) oneAPI Data Analytics Library (oneDAL) specific terms use the following shortening:
//
// row count rc
// column count cc
2 changes: 1 addition & 1 deletion cpp/oneapi/dal/detail/mpi/communicator.hpp
Original file line number Diff line number Diff line change
@@ -229,7 +229,7 @@ class mpi_communicator_impl : public via_host_interface_selector<MemoryAccessKin
ONEDAL_ASSERT(send_buf);
ONEDAL_ASSERT(recv_buf);

// Intel MPI requires buffers to be not aliased
// Intel(R) MPI requires buffers to be not aliased
// However, communicator interface allows aliased buffers
// TODO: Implement correct aliasing check
if (send_buf != recv_buf) {
2 changes: 1 addition & 1 deletion cpp/oneapi/dal/table/detail/access_iface_compat.hpp
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@
*******************************************************************************/

/// @file Data access interfaces needed for binary backward compatibility with
/// the oneDAL 2021.1. This file should be removed in 2022.1.
/// the Intel(R) oneAPI Data Analytics Library (oneDAL) 2021.1. This file should be removed in 2022.1.

#pragma once

2 changes: 1 addition & 1 deletion cpp/oneapi/dal/table/detail/table_iface.hpp
Original file line number Diff line number Diff line change
@@ -42,7 +42,7 @@ namespace oneapi::dal::detail {
namespace v1 {

// Inheritance from `access_provider_iface` is needed to support binary backward
// compatibility with the oneDAL 2021.1. This should be removed in 2022.1.
// compatibility with the Intel(R) oneAPI Data Analytics Library (oneDAL) 2021.1. This should be removed in 2022.1.
class table_iface : public access_provider_iface {
public:
virtual ~table_iface() = default;
Original file line number Diff line number Diff line change
@@ -18,7 +18,7 @@
/*
! Content:
! Interface and implementation of user-defined algorithm for computation of
! logistic loss function in Intel DAAL style
! logistic loss function in Intel(R) DAAL style
!
!******************************************************************************/

2 changes: 1 addition & 1 deletion examples/daal/cpp/source/services/library_version_info.cpp
Original file line number Diff line number Diff line change
@@ -17,7 +17,7 @@

/*
! Content:
! Intel(R) oneDAL version information
! Intel(R) oneAPI Data Analytics Library (oneDAL) version information
!
!******************************************************************************/

0 comments on commit a5b41d6

Please sign in to comment.