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/05/21 03:21:31 UTC

[GitHub] [tvm] beautyGril100 opened a new issue #8100: [device] set tvm.cpu(1), error occurred when run

beautyGril100 opened a new issue #8100:
URL: https://github.com/apache/tvm/issues/8100


   I have two physical CPUs. Each CPU has 32 cores. When I set tvm.cpu (0), the program can run normally. When I set tvm.cpu (1), the program will run with an error. Why? The error is as follows:
   ![cpu_1_error](https://user-images.githubusercontent.com/45866946/119077198-6fac0480-ba26-11eb-97d4-9fe08ef91172.JPG)
   


-- 
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:
users@infra.apache.org



[GitHub] [tvm] tqchen closed issue #8100: [device] set tvm.cpu(1), error occurred when run

Posted by GitBox <gi...@apache.org>.
tqchen closed issue #8100:
URL: https://github.com/apache/tvm/issues/8100


   


-- 
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:
users@infra.apache.org



[GitHub] [tvm] tqchen commented on issue #8100: [device] set tvm.cpu(1), error occurred when run

Posted by GitBox <gi...@apache.org>.
tqchen commented on issue #8100:
URL: https://github.com/apache/tvm/issues/8100#issuecomment-845943922


   Thanks for asking the question, please open a new thread on https://discuss.tvm.apache.org/ as we use the forum for related discussions. For CPU devices, we should always use cpu(0), and the OS should be able to pin threads to two of your CPUs


-- 
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:
users@infra.apache.org