Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix invalid trademarks #3062

Merged
merged 2 commits into from
Feb 6, 2025
Merged

Fix invalid trademarks #3062

merged 2 commits into from
Feb 6, 2025

Conversation

Vika-F
Copy link
Contributor

@Vika-F Vika-F commented Feb 5, 2025

Illegal trademarks are fixed:

  • DAAL -> Intel(R) DAAL
  • Intel oneDAL -> oneDAL
  • Intel MPI -> Intel(R) MPI Library

PR should start as a draft, then move to ready for review state after CI is passed and all applicable checkboxes are closed.
This approach ensures that reviewers don't spend extra time asking for regular requirements.

You can remove a checkbox as not applicable only if it doesn't relate to this PR in any way.
For example, PR with docs update doesn't require checkboxes for performance while PR with any change in actual code should have checkboxes and justify how this code change is expected to affect performance (or justification should be self-evident).

Checklist to comply with before moving PR from draft:

PR completeness and readability

  • I have reviewed my changes thoroughly before submitting this pull request.
  • Git commit message contains an appropriate signed-off-by string (see CONTRIBUTING.md for details).
  • I have added a respective label(s) to PR if I have a permission for that.
  • I have resolved any merge conflicts that might occur with the base branch.

The changes are made only in the comments. That's why most of the check boxes are not relevant and were removed.

@Vika-F Vika-F added the bug label Feb 5, 2025
@Vika-F
Copy link
Contributor Author

Vika-F commented Feb 5, 2025

/intelci: run

@Vika-F Vika-F marked this pull request as ready for review February 5, 2025 12:21
@Vika-F Vika-F requested review from ethanglaser and KateBlueSky and removed request for samir-nasibli February 5, 2025 12:22
Copy link
Contributor

@Alexandr-Solovev Alexandr-Solovev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@@ -186,7 +187,7 @@ class mpi_communicator_impl : public via_host_interface_selector<MemoryAccessKin
return (major >= 2021);
}

// Return status of MPI ze support using pointer to function
// Return status of Intel(R) MPI Library ze support using pointer to function
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This one can be left as the original - this part is not specific to Intel MPI

@Vika-F Vika-F merged commit 8eb6763 into uxlfoundation:main Feb 6, 2025
6 of 16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants