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

[DOCS] Link to new repo loc #4257

Merged
merged 1 commit into from
Nov 6, 2019
Merged

[DOCS] Link to new repo loc #4257

merged 1 commit into from
Nov 6, 2019

Conversation

tqchen
Copy link
Member

@tqchen tqchen commented Nov 5, 2019

Fixes #4256

apps/android_deploy/README.md Outdated Show resolved Hide resolved
docs/deploy/android.md Outdated Show resolved Hide resolved
@@ -206,7 +206,7 @@ jobject tvmRetValueToJava(JNIEnv *env, TVMValue value, int tcode) {
case kBytes:
return newTVMValueBytes(env, reinterpret_cast<TVMByteArray *>(value.v_handle));
case kNull:
return newObject(env, "ml/dmlc/tvm/TVMValueNull");
return newObject(env, "ml/apache/incubator-tvm/TVMValueNull");
default:
LOG(FATAL) << "Do NOT know how to handle return type code " << tcode;
Copy link
Member

Choose a reason for hiding this comment

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

remove all the changes in this file.

jmethodID invokeRegisteredCbFunc = env->GetStaticMethodID(clsFunc, "invokeRegisteredCbFunc",
"(Lml/dmlc/tvm/Function$Callback;[Lml/dmlc/tvm/TVMValue;)Ljava/lang/Object;");
"(Lml/apache/incubator-tvm/Function$Callback;[Lml/apache/incubator-tvm/TVMValue;)Ljava/lang/Object;");
jmethodID pushArgToStack = env->GetStaticMethodID(clsFunc, "pushArgToStack",
"(Ljava/lang/Object;)V");

Copy link
Member

Choose a reason for hiding this comment

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

remove all the changes

@@ -22,7 +22,7 @@
<scm>
<connection>scm:git:[email protected]:dmlc/tvm.git</connection>
<developerConnection>scm:git:[email protected]:dmlc/tvm.git</developerConnection>
<url>https://github.com/dmlc/tvm</url>
<url>https://github.com/apache/incubator-tvm</url>
</scm>

<properties>
Copy link
Member

Choose a reason for hiding this comment

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

remove all the changes

@tqchen tqchen merged commit 86b844b into apache:master Nov 6, 2019
zxy844288792 pushed a commit to neo-ai/tvm that referenced this pull request Nov 13, 2019
tqchen added a commit to tqchen/tvm that referenced this pull request Mar 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Install from Source doc still says to clone dmlc/tvm
2 participants