kparzysz-quic commented on code in PR #12475: URL: https://github.com/apache/tvm/pull/12475#discussion_r948258772
########## conda/recipe/install_libtvm.bat: ########## @@ -15,7 +15,7 @@ :: specific language governing permissions and limitations :: under the License. -cmake --build build --config Release --target install +cmake --build build --config Release --target install -- /p:CL_MPcount=8 Review Comment: I think =0 will use all available processors. I didn't see a lot of improvement from this (plus googling suggests limiting this number), so I'll try 2 and 4 next. -- 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]
