Skip to content

fix 070#10

Merged
Jassicia merged 1 commit into
mainfrom
chenzhiyuan-operator
Jun 8, 2026
Merged

fix 070#10
Jassicia merged 1 commit into
mainfrom
chenzhiyuan-operator

Conversation

@Jassicia

@Jassicia Jassicia commented Jun 8, 2026

Copy link
Copy Markdown
Collaborator

fix 070

Copilot AI review requested due to automatic review settings June 8, 2026 11:31
@Jassicia
Jassicia merged commit adf563e into main Jun 8, 2026
1 check passed

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

This PR updates the MLU sqrt_kernel implementation to compute sqrt in float precision (via half→float conversion) before converting results back to half, likely to address correctness/compatibility issues with half-precision __bang_sqrt.

Changes:

  • Add an NRAM float staging buffer for computation.
  • Convert half input to float, run __bang_sqrt on float, then convert back to half for output.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

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.

2 participants