driazati commented on code in PR #13366:
URL: https://github.com/apache/tvm/pull/13366#discussion_r1023417800


##########
ci/jenkins/Build.groovy.j2:
##########
@@ -21,7 +21,7 @@ def fsim_test(image) {
 
 def cmake_build(image, path, make_flag) {
   sh (
-    script: "${docker_run} --env CI_NUM_EXECUTORS ${image} 
./tests/scripts/task_build.py --sccache-bucket tvm-sccache-prod",
+    script: "${docker_run} --env CI_NUM_EXECUTORS ${image} 
./tests/scripts/task_build.py --sccache-bucket tvm-sccache-prod --build-dir 
${path}",

Review Comment:
   Actually this seems more broken than I initially thought, what do you think 
about just fixing the build with the `rocm_device_api.cc` change and reverting 
the `Build.groovy.j2` changes? 
https://github.com/apache/tvm/pull/13335/files#r1023416998 will fix up the 
infra to make things work then we can iterate on actually fixing the full build 
+ test



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to