tvm icon indicating copy to clipboard operation
tvm copied to clipboard

[ci] `gpu_other_build.sh` isn't running

Open driazati opened this issue 3 years ago • 1 comments
trafficstars

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

cc @Mousius @areusch @gigiblender

driazati avatar Sep 14 '22 16:09 driazati

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?

alter-xp avatar Sep 20 '22 03:09 alter-xp

@driazati could you have a look here?

areusch avatar Oct 17 '22 14:10 areusch

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.

driazati avatar Oct 17 '22 16:10 driazati