-
Notifications
You must be signed in to change notification settings - Fork 104
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
Refactor XLA #165
Refactor XLA #165
Conversation
This has been tested on my local GPU machine. cc @vwxyzjn, once this is in, we can jit entirely on GPU. |
Awesome thank you. Any chance you could build a temporary wheel for me to give it a try? |
The machine I have access to is ubuntu with python3.8, would this work for you? https://drive.google.com/file/d/1OWKgzE7MUz6vpCD9wC8cdCkF2TwGN1AB/view?usp=sharing |
Description
Refactor the XLA code to simplify it and at the same time include GPU code.
Motivation and Context
XLA was only implemented for CPU, now GPU added.
Types of changes
What types of changes does your code introduce? Put an
x
in all the boxes that apply:Implemented Tasks
Checklist
Go over all the following points, and put an
x
in all the boxes that apply.If you are unsure about any of these, don't hesitate to ask. We are here to help!
make format
(required)make lint
(required)make bazel-test
pass. (required)