driazati commented on a change in pull request #10758:
URL: https://github.com/apache/tvm/pull/10758#discussion_r835423033



##########
File path: tests/scripts/task_config_build_gpu.sh
##########
@@ -48,3 +48,4 @@ echo set\(USE_LIBBACKTRACE AUTO\) >> config.cmake
 echo set\(USE_CCACHE OFF\) >> config.cmake
 echo set\(SUMMARIZE ON\) >> config.cmake
 echo set\(HIDE_PRIVATE_SYMBOLS ON\) >> config.cmake
+echo set\(USE_LIBTORCH $(python -c "import os.path, torch ; 
print(os.path.dirname(torch.__file__))")\) >> config.cmake

Review comment:
       ```suggestion
   echo set\(USE_LIBTORCH $(python3 -c "import os.path, torch ; 
print(os.path.dirname(torch.__file__))")\) >> config.cmake
   ```




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