You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add new dependency library for vulkan tests (#10136)
**Background**:
We removed the inline flag of the symbol
`torch::jit::GetBackendMetaSerialization()` from and moved it to .cpp in
order to make the dynamic registration related to PyTorch serialization
work properly.
However, after testing, it was found that Vulkan's tests depend on the
symbol named `torch::jit::GetBackendMetaSerialization()`, so after the
above changes, it is necessary to explicitly link libtorch_cpu (which
contains the torch::jit::GetBackendMetaSerialization() symbol)
For more information, see
[PR](pytorch/pytorch#147095), especially this
[comment](pytorch/pytorch#147095 (comment))
cc @SS-JIA@manuelcandales@cbilgin
0 commit comments