Earlier quoted context omitted.
It's an acquisition, usually for patents/IP. There will be layoffs.
I guess their growth strategy was mostly about hiring every Finnish person, or living in Finland (and then in other countries) with a PhD in some quantitative topic and then market the "we have xx PhDs as a consultancy for all your projects". So you probably are right that not all these are needed anymore?
AMD to buy Silo AI for $665M
211–220 of 284 posts
Re: AMD to buy Silo AI for $665M
#212Earlier quoted context omitted.
Yes, nvidia spends a lot of time and money developing software that induces demand for their GPUs.
No nvidia makes great tooling. Like as a startup if I had to pick a development tool AmD fails repeatedly while nvida tooling is like matlab level of usefulness. Those companies have money to make ‘nice’ things which open source software doesn’t have the time to do. For 100m you could probably make some pretty sweet clones if amd is hiring anybody to man that position.
Re: AMD to buy Silo AI for $665M
#213Earlier quoted context omitted.
Yes, nvidia spends a lot of time and money developing software that induces demand for their GPUs.
No nvidia makes great tooling. Like as a startup if I had to pick a development tool AmD fails repeatedly while nvida tooling is like matlab level of usefulness. Those companies have money to make ‘nice’ things which open source software doesn’t have the time to do. For 100m you could probably make some pretty sweet clones if amd is hiring anybody to man that position.
that's a little harsh :D
Re: AMD to buy Silo AI for $665M
#214Earlier quoted context omitted.
The underinvestment in, and abandonment of, a project for a CUDA compatibility layer https://github.com/vosen/ZLUDA?tab=readme-ov-file#faq by AMD a few months ago hints that they no longer see CUDA compatibility as a goal. Perhaps they see Silo as a way to jumpstart bringing ROCm to parity with CUDA's toolkit. It's hard to understand if there's an underlying strategy to how they'll stay relevant from a software persp…
That's an unfortunate choice. AMD has excelled in making compatible hardware. Not so much software success, if any.
Re: AMD to buy Silo AI for $665M
#215Earlier quoted context omitted.
The underinvestment in, and abandonment of, a project for a CUDA compatibility layer https://github.com/vosen/ZLUDA?tab=readme-ov-file#faq by AMD a few months ago hints that they no longer see CUDA compatibility as a goal. Perhaps they see Silo as a way to jumpstart bringing ROCm to parity with CUDA's toolkit. It's hard to understand if there's an underlying strategy to how they'll stay relevant from a software persp…
That's an unfortunate choice. AMD has excelled in making compatible hardware. Not so much software success, if any.
Re: AMD to buy Silo AI for $665M
#216Earlier quoted context omitted.
>There’s a reason US salaries for software devs are 2-5x EU salaries for similar roles. When you account for medical costs, rent (especially compared to the localities in the USA that provide these huge salaries), extra vacation time, and for those with children, education and child care, this gap narrows considerably. Rent alone... one can find a reasonable spot in Berlin for ~$1300/mo. Good luck finding more than a…
> When you account for medical costs, rent (especially compared to the localities in the USA that provide these huge salaries), extra vacation time, and for those with children, education and child care, this gap narrows considerably. That's what Europeans generally say to justify or cope with their low salaries, but it's not true. After accounting for all these, an SV, NYC, Seattle, etc., engineer ends up with far m…
Re: AMD to buy Silo AI for $665M
#217Former AMD employee here (2007-2012) AMD 'dropped the ball' BADLY when (2012) then-VP Ben Bar-Haim decided to do a software purge, and focused on retaining the over-bureaucratic folks of ATI/Markham. Net result: NVidia was (and did) pick up a lot of very smart researchers and developers from AMD (I know of a couple whom were thoroughly disgusted with AMD management at that time) He also trashed a lot of good and usef…
Re: AMD to buy Silo AI for $665M
#218Earlier quoted context omitted.
Sure, there is some overlap. Is that overlap worth 665M?
Yes, it brought instantly (at least partially) +12B USD on the valuation of AMD. This shows to investors that AMD is still in the race.
600 million dollars is a lot, and in order for that 12 billion increase to stick around this team up needs to present a lot of value. I'm optimistic but I'm also an outsider.
Re: AMD to buy Silo AI for $665M
#219Earlier quoted context omitted.
Why the personal attack? I said that I interpreted the previous comment as sarcastic so I could be called out if it wasn't. The author hasn't yet disagreed. And I think sarcasm is warranted in a space that has witnessed so many bad acquisitions. On software at AMD; if my world is so simple, please explain where I am wrong. I never said this was a simple solution, I implied there was some overlap needed skills. ROCm s…
I'm curious about these "licensing issues" you speak of. From what I've seen, the vast majority of the ROCm components are MIT licensed, with a few bits of Apache license and NCSA Open Source License mixed in. Could you possibly elaborate on that?
Re: AMD to buy Silo AI for $665M
#220Earlier quoted context omitted.
It's definitely both. I'm sure plenty of professors use CUDA in their courses because it's what they actually use. At the same time, in 2013 when I was in college I took a course on "parallel computing" as a CS elective. The professor told us on day 1 that NVidia was sponsoring the course and had donated a bunch of GPUs to the clusters we could remotely connect into for the sake of the class. Naturally we used CUDA e…
CUDA is extremely simple, the classes might as well be on rails. OpenCL is like impossible without graphics and/or CUDA/distributed computing/operating system experience.
You can pretty much translate something like https://github.com/jcupitt/opencl-experiments/blob/master/Op... with string replace function names.