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

[ROCm] Implement RNN support #171

Open
wants to merge 59 commits into
base: rocm-main
Choose a base branch
from
Open

[ROCm] Implement RNN support #171

wants to merge 59 commits into from

Conversation

Ruturaj4
Copy link

@Ruturaj4 Ruturaj4 commented Dec 2, 2024

No description provided.

@Ruturaj4 Ruturaj4 added the open-upstream Tag when you want a copy of this PR to be opened on upstream label Dec 12, 2024
@charleshofer charleshofer added open-upstream Tag when you want a copy of this PR to be opened on upstream and removed open-upstream Tag when you want a copy of this PR to be opened on upstream labels Dec 12, 2024
@Ruturaj4 Ruturaj4 removed the open-upstream Tag when you want a copy of this PR to be opened on upstream label Dec 12, 2024
@Ruturaj4 Ruturaj4 added the open-upstream Tag when you want a copy of this PR to be opened on upstream label Dec 12, 2024
Copy link

Feature branch from main is ready. Create a new PR destined for upstream?

@Ruturaj4 Ruturaj4 removed the open-upstream Tag when you want a copy of this PR to be opened on upstream label Dec 12, 2024
@Ruturaj4 Ruturaj4 force-pushed the ci_rnn_final branch 3 times, most recently from 609ec62 to 33ca0e5 Compare December 16, 2024 15:06
kaixih and others added 16 commits December 19, 2024 18:38
Test large head size only on hopper+ gpus

Test large head size only on cudnn 9.5+
…Mosaic GPU internals

PiperOrigin-RevId: 709009048
This change was made after the most recent release, so is safe
to remove. Casting float to int potentially changes intentional
beavior: e.g. NaN casts to 0. Some downstream users currently
use NaN to mark rows which should have no one-hot entry.
PiperOrigin-RevId: 709058082
PiperOrigin-RevId: 709058676
Google-ML-Automation and others added 21 commits December 31, 2024 08:49
PiperOrigin-RevId: 711403091
There's no need to, and it caused our GPU tests for this target to only
run nightly.

PiperOrigin-RevId: 711406571
PiperOrigin-RevId: 711412888
There was historically a goal to support multiple HLOs in an executable, but this work was never finished and is no longer planned so we don't need this support.

This will soon enable us to return only a dict, instead of a list of dicts with only one item.

PiperOrigin-RevId: 711477481
These functions are related to vreg manipulation and are used in different rules.

PiperOrigin-RevId: 711484002
@Ruturaj4 Ruturaj4 force-pushed the ci_rnn_final branch 4 times, most recently from 8b5c785 to e52e7ec Compare January 5, 2025 22:31
@Ruturaj4 Ruturaj4 added the open-upstream Tag when you want a copy of this PR to be opened on upstream label Jan 7, 2025
Copy link

github-actions bot commented Jan 7, 2025

Feature branch from main is ready. Create a new PR destined for upstream?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
open-upstream Tag when you want a copy of this PR to be opened on upstream
Projects
None yet
Development

Successfully merging this pull request may close these issues.