Haoran-Solar commented on issue #7732: URL: https://github.com/apache/tvm/issues/7732#issuecomment-806391681
Thanks for reply. I just started to try auto-scheduler, I change nothing in file tune_conv2d, just want to have a test. Using prams from last layer in ResNet-50, just the tutorials did. And I solve the problem. To run the generated code, I have to set the number of each dim less than 64 in a threadblock. Which mean: ```c++ dim3 dimBlock(number); *number<64* *64, 32,16 ....* ``` Is that some special limit for auto-scheduler code? Cause some kernels that I wrote do not such limit. -- 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. For queries about this service, please contact Infrastructure at: [email protected]
