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

Add LiteModule java class for lite interpreter. #29956

Closed
wants to merge 1 commit into from

Conversation

xcheng16
Copy link
Contributor

@xcheng16 xcheng16 commented Nov 16, 2019

Stack from ghstack:

As title: Add LiteModule java class for lite interpreter.

  1. Create LiteModule to handle pytorch_jni_lite binding separately to avoid one java file binding with two cpp files problem. This will also enable us to switch between full JIT and lite interpreter for production testing.
  2. Change android buck file to have separate pytorch_jni_lite and pytorch_lite target.
  3. Change APP_MODULE_CONFIGS to add pytorch_lite voltron module.

Differential Revision: D18511688

**As title: Add LiteModule java class for lite interpreter.**

1. Create LiteModule to handle pytorch_jni_lite binding separately to avoid one java file binding with two cpp files problem. This will also enable us to switch between full JIT and lite interpreter for production testing.
2. Change android buck file to have separate pytorch_jni_lite and pytorch_lite target.
3. Change APP_MODULE_CONFIGS to add pytorch_lite voltron module.

Differential Revision: [D18511688](https://our.internmc.facebook.com/intern/diff/D18511688/)

[ghstack-poisoned]
xcheng16 pushed a commit that referenced this pull request Nov 16, 2019
**As title: Add LiteModule java class for lite interpreter.**

1. Create LiteModule to handle pytorch_jni_lite binding separately to avoid one java file binding with two cpp files problem. This will also enable us to switch between full JIT and lite interpreter for production testing.
2. Change android buck file to have separate pytorch_jni_lite and pytorch_lite target.
3. Change APP_MODULE_CONFIGS to add pytorch_lite voltron module.

Differential Revision: [D18511688](https://our.internmc.facebook.com/intern/diff/D18511688/)

ghstack-source-id: 94058385
Pull Request resolved: #29956
@pytorchbot
Copy link
Collaborator

Looks like this PR hasn't been updated in a while so we're going to go ahead and mark this as Stale.
Feel free to remove the Stale label if you feel this was a mistake.
Stale pull requests will automatically be closed 30 days after being marked Stale

@github-actions github-actions bot closed this May 12, 2022
@facebook-github-bot facebook-github-bot deleted the gh/xcheng16/16/head branch June 11, 2022 14:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants