[1.x] Backporting TensorRT-Gluon Partition API (and TensorRT 7 support)#18916
[1.x] Backporting TensorRT-Gluon Partition API (and TensorRT 7 support)#18916samskalicky merged 3 commits intoapache:v1.xfrom
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] |
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] |
| }] | ||
| } | ||
|
|
||
| def test_unix_python3_tensorrt_gpu() { |
There was a problem hiding this comment.
@mseth10 I guess this is the cause of the CI job issue
There was a problem hiding this comment.
@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.
that's right, if we remove this test we should also remove it from jenkins pipeline
There was a problem hiding this comment.
in master, it's removed in this commit
c1098aa#diff-0c2b22569b87fa79153336ea3ac94f33
There was a problem hiding this comment.
Thanks for investigating, I missed that file...
Signed-off-by: Serge Panev <spanev@nvidia.com>
Signed-off-by: Serge Panev <spanev@nvidia.com>
c40a2a4 to
a62e081
Compare
Description
Backported PRs (some of them are slightly modified to be compatible with v1.x):