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 2022/09/14 16:23:25 UTC

[GitHub] [tvm] driazati opened a new issue, #12777: [ci] `gpu_other_build.sh` isn't running

driazati opened a new issue, #12777:
URL: https://github.com/apache/tvm/issues/12777

   See discussion in #12644 for context, this test was being silently skipped before and has broken in the meantime. We should fix it and re-enable it


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@tvm.apache.org.apache.org

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


[GitHub] [tvm] driazati commented on issue #12777: [ci] `gpu_other_build.sh` isn't running

Posted by GitBox <gi...@apache.org>.
driazati commented on issue #12777:
URL: https://github.com/apache/tvm/issues/12777#issuecomment-1281165913

   afaik the second build is just to test that the build is successful, so after we stash the first build we can delete it and run the second in the same folder, I think we just need to make sure we're clearing the cmake config in between.


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@tvm.apache.org

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


[GitHub] [tvm] areusch commented on issue #12777: [ci] `gpu_other_build.sh` isn't running

Posted by GitBox <gi...@apache.org>.
areusch commented on issue #12777:
URL: https://github.com/apache/tvm/issues/12777#issuecomment-1280993870

   @driazati could you have a look here?


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@tvm.apache.org

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


[GitHub] [tvm] alter-xp commented on issue #12777: [ci] `gpu_other_build.sh` isn't running

Posted by GitBox <gi...@apache.org>.
alter-xp commented on issue #12777:
URL: https://github.com/apache/tvm/issues/12777#issuecomment-1251778720

   hi @driazati @areusch @Mousius @gigiblender 
   The function `camke_build` does not use the passed in parameter `path` in `ci/jenkins/Build.groovy.j2,` which causes `tests/scripts/task_build.py` to use `build` as the compilation directory by default. So that `task_config_build_gpu.sh` and `task_config_build_gpu_other` is actually built in the same directory, not in the two directories written in the code (build and build2). Does anyone have any suggestions here?
   Should we need to keep them compiled in the same directory? Or separate them? 
   
   


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@tvm.apache.org

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


[GitHub] [tvm] driazati closed issue #12777: [ci] `gpu_other_build.sh` isn't running

Posted by GitBox <gi...@apache.org>.
driazati closed issue #12777: [ci] `gpu_other_build.sh` isn't running
URL: https://github.com/apache/tvm/issues/12777


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@tvm.apache.org

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