Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Java2.0 proto #20461

Merged
merged 63 commits into from
Oct 5, 2021
Merged

Java2.0 proto #20461

merged 63 commits into from
Oct 5, 2021

Conversation

channel960608
Copy link

Description

A draft implement of java front-end for MXNet 2.0 refer to DeepJavaLibrary

Checklist

Essentials

  • [FEATHER] load MXNet binary library
  • [FEATHER] add required components of MXNet: Symbol, NDArray and CachedOP
  • [FEATHER] implement simple inference using the components above

Changes

none

Comments

none

@mxnet-bot
Copy link

Hey @channel960608 , Thanks for submitting the PR
All tests are already queued to run once. If tests fail, you can trigger one or more tests again with the following commands:

  • To trigger all jobs: @mxnet-bot run ci [all]
  • To trigger specific jobs: @mxnet-bot run ci [job1, job2]

CI supported jobs: [centos-cpu, clang, miscellaneous, sanity, unix-gpu, centos-gpu, website, windows-cpu, unix-cpu, windows-gpu, edge]


Note:
Only following 3 categories can trigger CI :PR Author, MXNet Committer, Jenkins Admin.
All CI tests must pass before the PR can be merged.

@mseth10 mseth10 added the pr-work-in-progress PR is still work in progress label Jul 20, 2021
@channel960608 channel960608 changed the title Jave2.0 proto [WIP] Jave2.0 proto Jul 20, 2021
@leezu
Copy link
Contributor

leezu commented Jul 20, 2021

java2.0 branch is currently 21 commits behind master. This PR would be easier to review if you can update the java2.0 branch to match master first, and only include new / original commits in this PR. Thank you!

@channel960608 channel960608 changed the title [WIP] Jave2.0 proto [WIP] Java2.0 proto Jul 20, 2021
@channel960608
Copy link
Author

java2.0 branch is currently 21 commits behind master. This PR would be easier to review if you can update the java2.0 branch to match master first, and only include new / original commits in this PR. Thank you!

That's right. I will contact @lanking520 to update java2.0 branch. Thanks.

@leezu
Copy link
Contributor

leezu commented Jul 20, 2021

Ok, thank you. I've updated the java2.0 branch just now

@lanking520
Copy link
Member

can you do

git submodule update --init --recursive

?

java-package/integration/build.gradle Outdated Show resolved Hide resolved
@mseth10 mseth10 added pr-awaiting-testing PR is reviewed and waiting CI build and test pr-awaiting-review PR is waiting for code review and removed pr-awaiting-testing PR is reviewed and waiting CI build and test labels Sep 25, 2021
@lanking520
Copy link
Member

Is now a good time to review?

@channel960608
Copy link
Author

Is now a good time to review?

sure

src/initialize.cc Outdated Show resolved Hide resolved
Copy link
Member

@lanking520 lanking520 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor comments

@mseth10 mseth10 added pr-awaiting-testing PR is reviewed and waiting CI build and test pr-work-in-progress PR is still work in progress and removed pr-awaiting-review PR is waiting for code review pr-awaiting-testing PR is reviewed and waiting CI build and test labels Sep 29, 2021
@mseth10 mseth10 added pr-awaiting-testing PR is reviewed and waiting CI build and test pr-work-in-progress PR is still work in progress and removed pr-work-in-progress PR is still work in progress pr-awaiting-testing PR is reviewed and waiting CI build and test labels Sep 29, 2021
@mseth10 mseth10 added pr-awaiting-testing PR is reviewed and waiting CI build and test pr-work-in-progress PR is still work in progress and removed pr-work-in-progress PR is still work in progress pr-awaiting-testing PR is reviewed and waiting CI build and test labels Sep 29, 2021
@channel960608
Copy link
Author

@mxnet-bot run ci [clang]

@mxnet-bot
Copy link

Jenkins CI successfully triggered : [clang]

@mseth10 mseth10 added pr-awaiting-testing PR is reviewed and waiting CI build and test pr-awaiting-review PR is waiting for code review and removed pr-work-in-progress PR is still work in progress pr-awaiting-testing PR is reviewed and waiting CI build and test labels Sep 29, 2021
@lanking520 lanking520 merged commit 672a9fa into apache:java2.0 Oct 5, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
pr-awaiting-review PR is waiting for code review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants