You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2021/05/30 13:24:24 UTC

[GitHub] [tvm] tqchen opened a new pull request #8164: [CI] Update binary image to fix CI after upgrade.

tqchen opened a new pull request #8164:
URL: https://github.com/apache/tvm/pull/8164


   - ci-gpu needs env var update to support all GPUs
   - ci-lint needs to be reverted to v0.62 due to the black ASCII compact problem
     can be updated back once the issue is fixed.
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [tvm] tqchen merged pull request #8164: [CI] Hotfix the CI after image update

Posted by GitBox <gi...@apache.org>.
tqchen merged pull request #8164:
URL: https://github.com/apache/tvm/pull/8164


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [tvm] areusch commented on a change in pull request #8164: [CI] Hotfix the CI after image update

Posted by GitBox <gi...@apache.org>.
areusch commented on a change in pull request #8164:
URL: https://github.com/apache/tvm/pull/8164#discussion_r644956909



##########
File path: tests/lint/git-black.sh
##########
@@ -54,12 +54,16 @@ if [ -z ${FILES+x} ]; then
 fi
 echo "Files: $FILES"
 
+# required to make black's dep click to work
+export LC_ALL=C.UTF-8
+export LANG=C.UTF-8

Review comment:
       i think this should actually just go in all Dockerfiles, no? i think most terminals should set it, but because Docker runs things in isolation, it doesn't forward those from the terminal. In addition, Jenkins can often be configured to set these (and we should ensure our Jenkins is setting them like this). i was kinda surprised the cuda container doesn't set it, but i don't see such a command [here](https://hub.docker.com/layers/nvidia/cuda/11.0.3-cudnn8-devel-ubuntu18.04/images/sha256-17e7999ad243f819a4a796e17486a11cc43fc94d9904783c36bc9d3117cabaf9?context=explore).




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [tvm] tqchen commented on pull request #8164: [CI] Fix the CI after image update

Posted by GitBox <gi...@apache.org>.
tqchen commented on pull request #8164:
URL: https://github.com/apache/tvm/pull/8164#issuecomment-851001901


   cc @areusch @junrushao1994 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [tvm] tqchen edited a comment on pull request #8164: [CI] Fix the CI after image update

Posted by GitBox <gi...@apache.org>.
tqchen edited a comment on pull request #8164:
URL: https://github.com/apache/tvm/pull/8164#issuecomment-851001901


   cc @areusch @junrushao1994 @ZihengJiang 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [tvm] areusch commented on a change in pull request #8164: [CI] Hotfix the CI after image update

Posted by GitBox <gi...@apache.org>.
areusch commented on a change in pull request #8164:
URL: https://github.com/apache/tvm/pull/8164#discussion_r644956909



##########
File path: tests/lint/git-black.sh
##########
@@ -54,12 +54,16 @@ if [ -z ${FILES+x} ]; then
 fi
 echo "Files: $FILES"
 
+# required to make black's dep click to work
+export LC_ALL=C.UTF-8
+export LANG=C.UTF-8

Review comment:
       i think this should actually just go in all Dockerfiles, no? i think most terminals should set it, but because Docker runs things in isolation, it doesn't forward those from the terminal. In addition, Jenkins can often be configured to set these (and we should ensure our Jenkins is setting them like this). i was kinda surprised the cuda container doesn't set it, but i don't see such a command [here](https://hub.docker.com/layers/nvidia/cuda/11.0.3-cudnn8-devel-ubuntu18.04/images/sha256-17e7999ad243f819a4a796e17486a11cc43fc94d9904783c36bc9d3117cabaf9?context=explore).




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org