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

dialects: (stablehlo) add more operations #4090

Merged

Conversation

efferifick
Copy link
Contributor

@efferifick efferifick commented Mar 23, 2025

This PR adds the following operations:

  • atan2
  • cbrt
  • ceil

And the attributes:

  • comparison_direction
  • comparison_type

@compor compor changed the title dialects: (stablehlo) add more operations [WIP] dialects: (stablehlo) add more operations Mar 24, 2025
@compor compor added the dialects Changes on the dialects label Mar 24, 2025
@efferifick efferifick marked this pull request as ready for review March 24, 2025 12:16
@efferifick efferifick changed the title [WIP] dialects: (stablehlo) add more operations dialects: (stablehlo) add more operations Mar 24, 2025
Copy link

codecov bot commented Mar 24, 2025

Codecov Report

Attention: Patch coverage is 83.92857% with 9 lines in your changes missing coverage. Please review.

Project coverage is 89.04%. Comparing base (d061a40) to head (cadf2fb).

Files with missing lines Patch % Lines
xdsl/dialects/stablehlo.py 83.92% 9 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #4090      +/-   ##
==========================================
- Coverage   89.05%   89.04%   -0.01%     
==========================================
  Files         319      319              
  Lines       43413    43469      +56     
  Branches     5402     5405       +3     
==========================================
+ Hits        38660    38707      +47     
- Misses       3409     3418       +9     
  Partials     1344     1344              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.


For quantized types. performs dequantize_compare(lhs, rhs, comparison_direction)

https://github.com/openxla/stablehlo/blob/main/docs/spec.md#compare
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
https://github.com/openxla/stablehlo/blob/main/docs/spec.md#compare
See [StableHLO Specification](https://github.com/openxla/stablehlo/blob/main/docs/spec.md#compare)

Nit, but helps with working URLs when publishing our documentation.
Similarly below.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thank you! 174982d


For floats: rootn(x, 3) from IEEE-754.
For complex numbers: complex cubic root.
For quantized types: dequantize_op_quantize(cbrt, operand, type(result))
Copy link
Collaborator

Choose a reason for hiding this comment

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

Mind adding the external spec doc link to this and ceil below as well please?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thank you! 174982d

@superlopuh
Copy link
Member

Oh I forgot about docs, but it's a good point, could you please do a pass over the dialect file to make the doc page look nice?

https://xdsl--4090.org.readthedocs.build/en/4090/reference/dialects/stablehlo/index.html#xdsl.dialects.stablehlo.ComparisonDirectionAttr

Probably worth doing in a separate PR IMO. You can launch the website locally with make docs-serve, should make it easier to iterate.

@efferifick
Copy link
Contributor Author

@compor @superlopuh , I will go and make the documentation look good after PR #4092 goes through, sounds good?

@efferifick
Copy link
Contributor Author

@compor, I don't have merge privileges, hehe :) can you please merge? Thanks!

@superlopuh superlopuh merged commit 6d6be7d into xdslproject:main Mar 24, 2025
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dialects Changes on the dialects
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants