-
Notifications
You must be signed in to change notification settings - Fork 6.8k
[1.x] Backporting TensorRT-Gluon Partition API (and TensorRT 7 support) #18916
Conversation
Hey @Kh4L , Thanks for submitting the PR
CI supported jobs: [windows-gpu, sanity, website, windows-cpu, miscellaneous, centos-cpu, unix-cpu, edge, unix-gpu, centos-gpu, clang] Note: |
@mxnet-bot run ci [edge, unix-cpu] |
Jenkins CI successfully triggered : [edge, unix-cpu] |
6dd4e07
to
6ea1a01
Compare
6ea1a01
to
c0efbab
Compare
c0efbab
to
786bb35
Compare
@mxnet-bot run ci [unix-cpu, unix-gpu] |
Jenkins CI successfully triggered : [unix-gpu, unix-cpu] |
@mxnet-bot run ci [unix-gpu] |
Jenkins CI successfully triggered : [unix-gpu] |
@@ -896,24 +896,6 @@ def test_unix_python3_mkldnn_nocudnn_gpu() { | |||
}] | |||
} | |||
|
|||
def test_unix_python3_tensorrt_gpu() { |
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.
@mseth10 I guess this is the cause of the CI job issue
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.
@Kh4L you'd need to get rid of this too if you wanna remove this test:
https://github.com/apache/incubator-mxnet/blob/9981e847fff9270268385068c5b7d0c3929e46f9/ci/jenkins/Jenkinsfile_unix_gpu#L53
This is where its being called from, but since you deleted the function it doesnt exist. Hence the error in the log:
https://jenkins.mxnet-ci.amazon-ml.com/job/mxnet-validation/job/unix-gpu/view/change-requests/job/PR-18916/8/consoleText
[2020-08-18T07:58:59.886Z] java.lang.NoSuchMethodError: No such DSL method ‘test_unix_python3_tensorrt_gpu’
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.
that's right, if we remove this test we should also remove it from jenkins pipeline
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.
in master, it's removed in this commit
c1098aa#diff-0c2b22569b87fa79153336ea3ac94f33
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.
Thanks for investigating, I missed that file...
Signed-off-by: Serge Panev <[email protected]>
Signed-off-by: Serge Panev <[email protected]>
Signed-off-by: Serge Panev <[email protected]>
c40a2a4
to
a62e081
Compare
Description
Backported PRs (some of them are slightly modified to be compatible with v1.x):