Yuri Gribov
Yuri Gribov
@Rmalavally hi, just curious, are there plans to integrate this into ROCm?
I suggest to split PR to standalone commits to simplify review.
Hi Peter, thank you, I'm very excited to hear that the project was useful for you! I'll take a look at Power support this week.
I've added initial support for 64-bit PowerPC (let me know if 32-bit support is needed). PowerPC ABI is a bit complicated so it would be really great if someone with...
> Thanks for doing this! I'll plumb it through in our project and see if it makes the end user happy. Please give me couple of days, there is a...
> > Thanks for doing this! I'll plumb it through in our project and see if it makes the end user happy. > > Please give me couple of days,...
Thank you your interest in this project! > For static and runtime type checking, have you had a look at mypy and pydantic? No, I haven't. I'll give them a...
Thank you for the report, let me take a look at this within couple of days.
Actually I think `nm` is imprecise here. `readelf` shows that symbol is indeed hidden: ``` $ readelf --dyn-syms -W libmkl_rt.so.2 | grep '\' 45616: 00000000006acbb0 176 FUNC GLOBAL DEFAULT 13...
> I plan to use it in the cross-compiler BinaryBuilder.jl. Is it working if the shared library `libmkl_rt.so` and `sym-hider` are compiled on different platforms? It should although TBH I...