forked from jax-ml/jax
-
Notifications
You must be signed in to change notification settings - Fork 4
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
Ruturaj4
wants to merge
59
commits into
rocm-main
Choose a base branch
from
ci_rnn_final
base: rocm-main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
JehandadKhan
approved these changes
Dec 11, 2024
Ruturaj4
added
the
open-upstream
Tag when you want a copy of this PR to be opened on upstream
label
Dec 12, 2024
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
removed
the
open-upstream
Tag when you want a copy of this PR to be opened on upstream
label
Dec 12, 2024
Ruturaj4
force-pushed
the
ci_rnn_final
branch
from
December 12, 2024 20:24
dfa9903
to
089e42b
Compare
Ruturaj4
added
the
open-upstream
Tag when you want a copy of this PR to be opened on upstream
label
Dec 12, 2024
Feature branch from main is ready. Create a new PR destined for upstream? |
Ruturaj4
removed
the
open-upstream
Tag when you want a copy of this PR to be opened on upstream
label
Dec 12, 2024
Ruturaj4
force-pushed
the
ci_rnn_final
branch
3 times, most recently
from
December 16, 2024 15:06
609ec62
to
33ca0e5
Compare
Test large head size only on hopper+ gpus Test large head size only on cudnn 9.5+
…Mosaic GPU internals PiperOrigin-RevId: 709009048
…sure_ir_value` PiperOrigin-RevId: 709030824
PiperOrigin-RevId: 709032308
PiperOrigin-RevId: 709055354
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: 709058104
PiperOrigin-RevId: 709058676
PiperOrigin-RevId: 709077295
http://github.com/openxla/xla/commit/7e03b71f8abdf58bf6ec966821619e8dcf76175a. PiperOrigin-RevId: 709080323
PiperOrigin-RevId: 709086770
http://github.com/openxla/xla/commit/cb0c24822f5e8dde8634ea9f225c55997ffbc473. PiperOrigin-RevId: 710984157
http://github.com/openxla/xla/commit/045356d8c81729d14f142b2c2defed20cb26056a. PiperOrigin-RevId: 711195871
There's no need to, and it caused our GPU tests for this target to only run nightly. PiperOrigin-RevId: 711406571
PiperOrigin-RevId: 711407514
PiperOrigin-RevId: 711411578
PiperOrigin-RevId: 711412888
PiperOrigin-RevId: 711430610
http://github.com/openxla/xla/commit/06078480db32e2a85ccb771aa453142e6d8444af. PiperOrigin-RevId: 711436464
…formatting PiperOrigin-RevId: 711448394
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
PiperOrigin-RevId: 711671926
http://github.com/openxla/xla/commit/a84e3b7f8f057ded480a7be6c7a1f3788c66cfb4. PiperOrigin-RevId: 711770147
http://github.com/openxla/xla/commit/c12c1148585e00985d5e1ccf2bc0768862b7df77. PiperOrigin-RevId: 712052097
PiperOrigin-RevId: 712144883
http://github.com/openxla/xla/commit/ac6e71fe0cf864eec152de5ba761b76d8bef3153. PiperOrigin-RevId: 712263421
Ruturaj4
force-pushed
the
ci_rnn_final
branch
4 times, most recently
from
January 5, 2025 22:31
8b5c785
to
e52e7ec
Compare
Ruturaj4
added
the
open-upstream
Tag when you want a copy of this PR to be opened on upstream
label
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.