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/08/12 15:17:32 UTC

[GitHub] [tvm] leandron opened a new pull request, #12404: [CI][aarch64] Enable ONNX and PyTorch tests on AArch64

leandron opened a new pull request, #12404:
URL: https://github.com/apache/tvm/pull/12404

   This make use of recent work done in enabling PyTorch and ONNX tests to be run on AArch64 to actually enable the tests to run as part of CI.
   
   Co-Authored-By: Nicola Lancellotti <Ni...@arm.com>
   
   cc @driazati @areusch @ashutosh-arm for reviews
   


-- 
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] leandron commented on pull request #12404: [CI][aarch64] Enable ONNX and PyTorch tests on AArch64

Posted by GitBox <gi...@apache.org>.
leandron commented on PR #12404:
URL: https://github.com/apache/tvm/pull/12404#issuecomment-1213304298

   https://github.com/apache/tvm/pull/12407


-- 
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] leandron closed pull request #12404: [CI][aarch64] Enable ONNX and PyTorch tests on AArch64

Posted by GitBox <gi...@apache.org>.
leandron closed pull request #12404: [CI][aarch64] Enable ONNX and PyTorch tests on AArch64
URL: https://github.com/apache/tvm/pull/12404


-- 
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 commented on a diff in pull request #12404: [CI][aarch64] Enable ONNX and PyTorch tests on AArch64

Posted by GitBox <gi...@apache.org>.
driazati commented on code in PR #12404:
URL: https://github.com/apache/tvm/pull/12404#discussion_r944611923


##########
ci/jenkins/Test.groovy.j2:
##########
@@ -183,7 +183,11 @@
   ci_setup(ci_arm)
   sh (
     script: "${docker_run} ${ci_arm} ./tests/scripts/task_python_frontend_cpu.sh",
-    label: 'Run Python frontend tests',
+    label: 'Run General Python frontend tests',
+  )
+  sh (

Review Comment:
   Could you push this PR branch to apache/tvm as well? That will kick off a CI job `tvm-ci/branch` that will test these Jenkinsfile changes



-- 
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] leandron commented on a diff in pull request #12404: [CI][aarch64] Enable ONNX and PyTorch tests on AArch64

Posted by GitBox <gi...@apache.org>.
leandron commented on code in PR #12404:
URL: https://github.com/apache/tvm/pull/12404#discussion_r944614233


##########
ci/jenkins/Test.groovy.j2:
##########
@@ -183,7 +183,11 @@
   ci_setup(ci_arm)
   sh (
     script: "${docker_run} ${ci_arm} ./tests/scripts/task_python_frontend_cpu.sh",
-    label: 'Run Python frontend tests',
+    label: 'Run General Python frontend tests',
+  )
+  sh (

Review Comment:
   Sure will close this one and submit a new PR



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