Skip to content

[FEATURE SUPPORT] add pytorch geru kernel#56

Merged
LoserCheems merged 3 commits intomainfrom
add-geru-pytorch-kernel
Dec 9, 2025
Merged

[FEATURE SUPPORT] add pytorch geru kernel#56
LoserCheems merged 3 commits intomainfrom
add-geru-pytorch-kernel

Conversation

@LoserCheems
Copy link
Collaborator

Summary

  • Introduces a new helper function for the GERU operation in PyTorch, impacting the tensor operations module.

Root Cause

  • The implementation of the GERU operation was missing in the PyTorch ops module.

Changes

  • Added a tensor update routine that scales and adds the outer product of two vectors.

Reproduction

  • Use the geru function with appropriate tensor inputs to observe the updated behavior.

Tests

  • No new tests were specified, but existing tests for related operations were verified.

Compatibility

  • No migration concerns or backwards compatibility issues identified.

Checklist

Implements a tensor update routine that scales and adds the outer product of two vectors to support geru semantics within the PyTorch ops module.
@LoserCheems LoserCheems changed the title Add PyTorch GERU helper implementation [FEATURE SUPPORT] add pytorch geru kernel Dec 9, 2025
@LoserCheems LoserCheems merged commit 113a076 into main Dec 9, 2025
1 check passed
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