-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Using tvmop & Restoring tvmop tests & Unlinking libcuda.so #18678
base: master
Are you sure you want to change the base?
Conversation
Syncing forks
Hey @jinboci , Thanks for submitting the PR
CI supported jobs: [windows-gpu, sanity, website, edge, centos-cpu, miscellaneous, windows-cpu, clang, centos-gpu, unix-cpu, unix-gpu] Note: |
@@ -762,6 +765,7 @@ build_ubuntu_gpu_cuda101_cudnn7_make() { | |||
make \ | |||
USE_BLAS=openblas \ | |||
USE_MKLDNN=0 \ | |||
USE_TVM_OP=1 \ |
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.
@leezu are the make builds still in use?
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.
They were kept as various language bindings hadn't been updated for the cmake build. As those were removed recently, we can delete the Makefile without impacting the CI
This reverts commit 5c2e944.
@mxnet-bot run ci [unix-gpu] |
Jenkins CI successfully triggered : [unix-gpu] |
ci/docker/runtime_functions.sh
Outdated
@@ -820,6 +843,7 @@ build_ubuntu_gpu_cmake_no_rtc() { | |||
-DUSE_SIGNAL_HANDLER=ON \ | |||
-DUSE_CUDA=ON \ | |||
-DUSE_CUDNN=ON \ | |||
-DUSE_TVM_OP=OFF \ |
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.
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! It used to be on when producing that log.
@mxnet-bot run ci [unix-gpu] |
Jenkins CI successfully triggered : [unix-gpu] |
Description
(Brief description on what this PR is about)
Checklist
Essentials
Please feel free to remove inapplicable items for your PR.
Changes
Comments