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
Right now we depend on gcc ld for packing the interpreter into the library -- this doesn't work when using lld so it would be good for us to rework this to be linker agnostic as much as possible
Right now we depend on gcc ld for packing the interpreter into the library -- this doesn't work when using lld so it would be good for us to rework this to be linker agnostic as much as possible
https://github.com/pytorch/multipy/blob/main/multipy/runtime/CMakeLists.txt#L48
The text was updated successfully, but these errors were encountered: