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 2020/09/25 06:35:09 UTC

[GitHub] [incubator-tvm] cbalint13 opened a new pull request #6558: Add proper cmake PATHS when multiple NAMES.

cbalint13 opened a new pull request #6558:
URL: https://github.com/apache/incubator-tvm/pull/6558


   
   Further fix for #6541 introduced by @rkimball .
   
   * For ```cmake``` with **multiple** ```NAMES``` entries a ```PATHS``` (separator) entry must follow otherwise it cannot make difference what are ```NAMES``` and what are ```PATHS```.
   * Not the case for **single** entries.
   
   -----
   
   On my machine:
   
   Before:
   ```
   -- Found CUDA_CUBLASLT_LIBRARY=CUDA_CUBLASLT_LIBRARY-NOTFOUND
   ```
   After:
   ```
   CUDA_CUBLASLT_LIBRARY=/usr/local/cuda/lib64/libcublasLt.so
   ```
   
   @rkimball , @tqchen , @junrushao1994 please help me with the review.
   
   Thank you !
   
   


----------------------------------------------------------------
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] [incubator-tvm] tqchen merged pull request #6558: Add proper cmake PATHS when multiple NAMES.

Posted by GitBox <gi...@apache.org>.
tqchen merged pull request #6558:
URL: https://github.com/apache/incubator-tvm/pull/6558


   


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