gigiblender commented on code in PR #12178:
URL: https://github.com/apache/tvm/pull/12178#discussion_r930059275


##########
ci/jenkins/Test.groovy.j2:
##########
@@ -199,6 +234,9 @@ stage('Test') {
     {{ method_name }}()
   },
   {% endfor %}
+  'unittest: CPU MINIMAL': {

Review Comment:
   I'm not sure how to do that. The `test_step` inlines the body while in this 
case, I am calling `run_unittest_minimal`. I could try to inline the method and 
use the macro, but that might not work due to the 64KB bytecode size/method 
limit in the JVM.
   
   I also guess I could modify the macros. 



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