Skip to content

Conversation

yubingex007-a11y
Copy link
Contributor

@yubingex007-a11y yubingex007-a11y commented Jan 7, 2022

  1. We add binary operators: +, -, *, /=, and binary assignment operators
    +=, -=, /=
  2. Add support for logical operators: >, >=, <, <=, ==, !=
  3. Add support for explicit operator bool()

dkhaldi
dkhaldi previously approved these changes Jan 7, 2022
Copy link
Contributor

@dkhaldi dkhaldi left a comment

Choose a reason for hiding this comment

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

LGTM but just add a description that this is a continuation to the merged patch that adds more operator overloading to enable element wise operations for joint_matrix

1. We add binary operators: +, -, *, /=, and binary assignment operators
+=, -=, /=
2. Add support for logical operators: >, >=, <, <=, ==, !=
3. Add support for explicit operator bool()
@yubingex007-a11y
Copy link
Contributor Author

@intel/llvm-reviewers-runtime ping?

@yubingex007-a11y yubingex007-a11y requested a review from a team January 7, 2022 16:50
Copy link
Contributor

@steffenlarsen steffenlarsen left a comment

Choose a reason for hiding this comment

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

LGTM!

@yubingex007-a11y
Copy link
Contributor Author

@intel/llvm-reviewers-runtime ping?

@vladimirlaz vladimirlaz merged commit fe2e35e into intel:sycl Jan 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants