-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
Conversation
@@ -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; |
There was a problem hiding this comment.
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"); | ||
|
There was a problem hiding this comment.
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> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove all the changes
Fixes #4256