pytorch
1630b86d - [4/n] Update vulkan test path (#62519)

Commit
3 years ago
[4/n] Update vulkan test path (#62519) Summary: Fixes https://github.com/pytorch/pytorch/issues/62380 * update `test_vulkan` function to call wheel install folder {sitepackages}/torch instead of build/ folder * add `IN_WHEEL_TEST` to limit the change for `pytorch_linux_test` only * add symbolic link for shared libraries which are called by the tests (this is a bit hacky and should be fixed the rpath before compiling -- similar to https://github.com/pytorch/pytorch/blob/master/.jenkins/pytorch/test.sh#L204-L208). Pull Request resolved: https://github.com/pytorch/pytorch/pull/62519 Test Plan: check if all ci workflows pass Reviewed By: walterddr Differential Revision: D30072859 Pulled By: tktrungna fbshipit-source-id: bf75faabf6b6070c366571a74834a1f58b2549d3
Author
Parents
Loading