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/10/19 18:27:14 UTC

[GitHub] [tvm] mehrdadh opened a new pull request #9325: [microTVM][Zephyr] Enable RISCV Tests on QEMU CI

mehrdadh opened a new pull request #9325:
URL: https://github.com/apache/tvm/pull/9325


   This PR enables zephyr tests on RISCV32/64 targets.


-- 
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 a change in pull request #9325: [microTVM][Zephyr] Enable RISCV Tests on QEMU CI

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



##########
File path: tests/micro/zephyr/test_zephyr_aot.py
##########
@@ -55,8 +57,8 @@ def test_tflite(temp_dir, board, west_cmd, tvm_debug):
     output_shape = (1, 10)
     build_config = {"debug": tvm_debug}
 
-    model_url = "https://github.com/eembc/ulpmark-ml/raw/fc1499c7cc83681a02820d5ddf5d97fe75d4f663/base_models/ic01/ic01_fp32.tflite"
-    model_path = download_testdata(model_url, "ic01_fp32.tflite", module="model")
+    model_url = "https://github.com/tlc-pack/web-data/raw/main/testdata/microTVM/model/image_classification_fp32.tflite"

Review comment:
       shouldn't we still pin this? main might change




-- 
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] mehrdadh commented on pull request #9325: [microTVM][Zephyr] Enable RISCV Tests on QEMU CI

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


   @areusch please take a look. thanks!


-- 
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 a change in pull request #9325: [microTVM][Zephyr] Enable RISCV Tests on QEMU CI

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



##########
File path: tests/micro/zephyr/test_zephyr_aot.py
##########
@@ -55,8 +57,8 @@ def test_tflite(temp_dir, board, west_cmd, tvm_debug):
     output_shape = (1, 10)
     build_config = {"debug": tvm_debug}
 
-    model_url = "https://github.com/eembc/ulpmark-ml/raw/fc1499c7cc83681a02820d5ddf5d97fe75d4f663/base_models/ic01/ic01_fp32.tflite"
-    model_path = download_testdata(model_url, "ic01_fp32.tflite", module="model")
+    model_url = "https://github.com/tlc-pack/web-data/raw/main/testdata/microTVM/model/image_classification_fp32.tflite"

Review comment:
       chatted offline; will fix in next pr which will also switch to a lighter weight model.




-- 
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] mehrdadh commented on pull request #9325: [microTVM][Zephyr] Enable RISCV Tests on QEMU CI

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


   disabled the fpu tests for riscv32 because of this issue: https://github.com/zephyrproject-rtos/zephyr/issues/34026
   we can add it when we upgrade to Zephyr 2.6.
   


-- 
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 merged pull request #9325: [microTVM][Zephyr] Enable RISCV Tests on QEMU CI

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


   


-- 
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] mehrdadh commented on a change in pull request #9325: [microTVM][Zephyr] Enable RISCV Tests on QEMU CI

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



##########
File path: tests/micro/zephyr/test_zephyr_aot.py
##########
@@ -55,8 +57,8 @@ def test_tflite(temp_dir, board, west_cmd, tvm_debug):
     output_shape = (1, 10)
     build_config = {"debug": tvm_debug}
 
-    model_url = "https://github.com/eembc/ulpmark-ml/raw/fc1499c7cc83681a02820d5ddf5d97fe75d4f663/base_models/ic01/ic01_fp32.tflite"
-    model_path = download_testdata(model_url, "ic01_fp32.tflite", module="model")
+    model_url = "https://github.com/tlc-pack/web-data/raw/main/testdata/microTVM/model/image_classification_fp32.tflite"

Review comment:
       we could. I have other PRs changing this test file.
   If that's the only issue, I will do a follow on in the other 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