Yes the lack of transparency on ARM architecture and the obfuscation of the RAM capacity with just the slot information is annoying. Not sure if it is deliberate to sell this at a premium to "mainframe" customers or whether its just their marketing folk not being on the ball. Fascinated by the fact Japan has a 2nm process node but I suspect that too is marketing. Perhaps the 2nm portion of the chip is done at TSMC and the rest of the package done in Japan or something like that. It's not like there's a plethora of 2nm Fabs around the planet to choose from.
It looks to me like it is an AI optimized HPC CPU and while HPC CPUs are actually quite fast, they are not particularly well suited for transformer based neural networks.
It's weird that they don't give out any of the interesting numbers like number of memory channels, how much SRAM they have (CPUs tend to have more of it) or what their expected performance is going to be.
They actually do not in that article. I had to look elsewhere to find that out. Weird, one would expect that a big announcement like this would probably need to be vetted against licensing agreements with Arm that would probably want that fact to be prominently highlighted in press releases.
Yeah, searched the page for common architectures (x86,arm and Sparc since it was Fujitsu) since it'd seem silly to use a totally novel architecture but didn't find anything until noticing SVE2.
Fujitsu has a long history of designing their own micro but using a standard ISA for HPC. Used to be SPARC, now it is ARM. IIRC Fujitsu were the main architects behind the SVE ARM extension.
No it is not at all Neoverse V2, which is obsolete and has much lower performance.
It is a custom Armv9.3-A design (same ISA like the Arm C1 CPUs from the flagship smartphones of 2026), but it has double-width execution units for SVE2 (i.e. 256-bit width, vs. 128-bit for the other Arm CPUs) and it has some ISA extensions for AI/ML, e.g. instructions for inference with FP8 (BF16 is already supported by the standard Arm ISA).
Despite the fact that Armv9.3-A may include SME (scalable matrix extension, like in the Apple CPUs and in the Arm C1 CPUs), Fujitsu did not mention SME, so I assume that they did not implement it and they rely on their enhanced SVE2 (which is not surprising, while the origin of Arm SME is at Apple, the origin of Arm SVE is at Fujitsu).
Thanks kinda how Japan works. Inventing something new is hard, but taking something that's a cool idea and making it actually usable is well within their wheelhouse.
I'm sure there's plenty of other stuff invented in Japan, but that's really beside the point.
The industry is now mature enough that nobody really wants the headache of a new architecture at this point in time, Risc-V got a pass for being a grassroots movement growing out off FPGA's since the IP situation was more or less clear or even predatory with all existing architectures, Power, Sparc,SuperH,68k,etc are buried for good reasons.
I had this idea that Fujitsu was one of those Japanese conglomerates that had operations in all kinds of markets, from electronics to heavy earth moving equipment to air conditioners to locomotives. But that doesn't appear to be the case so I'm wondering which company I'm confusing them with.
Sun invented SPARC, Fujitsu just happened to be the last producer since they built mainframes on it. Reading it seems like they plan to stop producing Sparc processors and machines in a near timeframe so that makes this announcement less surprising.
For many years the Fujitsu SPARC implementations were much faster than the Sun SPARC implementations.
During the decade 1995-2005, until the 64-bit AMD Opteron servers with Linux offered an alternative that crushed any kind of SPARC CPU with Solaris by a much higher performance combined with a much lower price, the SPARC Sun or Fujitsu servers dominated the market for servers used to host the CAD/EDA design tools used in electronics engineering, for the design of integrated circuits or electronic equipment. This means that all the EDA software from vendors like Mentor, Cadence, Synopsis etc. was available only for Solaris. That kind of software could not be run on Windows, due to the 32-bit memory limit. During that time, whoever got Fujitsu servers instead of the sluggish Sun servers, was very lucky.
Likely none? I believe they just don't give graphics out to non-x86 servers. If you mean GPU as in SIMD processor, I believe this is supposed to have it in forms of massive SIMD capabilities on CPU itself.
Not mentioning the architecture is rather strange. Being Fujitsu I'd expect SPARC, but apparently not. Maybe we're reaching a point where some circles either don't care or just defaults to ARM?
Obviously they can just ignore the license in the future and continue development out of a local branch, but it's also a bit disingenuous to speak of "sovereign infrastructure" and then use licensed processor design.
It think we are now heading towards the final long term ISA setup. x86 and ARM at the top, ARM in the middle and RISC-V for smaller embedded machines that don't need the ARM toolchain.
Yes the lack of transparency on ARM architecture and the obfuscation of the RAM capacity with just the slot information is annoying. Not sure if it is deliberate to sell this at a premium to "mainframe" customers or whether its just their marketing folk not being on the ball. Fascinated by the fact Japan has a 2nm process node but I suspect that too is marketing. Perhaps the 2nm portion of the chip is done at TSMC and the rest of the package done in Japan or something like that. It's not like there's a plethora of 2nm Fabs around the planet to choose from.
Reading of JASM (TSMC/Sony subsidiary) it seems they're planning on producing at least 3nm chips there in their expansion plans.
It looks to me like it is an AI optimized HPC CPU and while HPC CPUs are actually quite fast, they are not particularly well suited for transformer based neural networks.
It's weird that they don't give out any of the interesting numbers like number of memory channels, how much SRAM they have (CPUs tend to have more of it) or what their expected performance is going to be.
They did a detailed presentation at Hot Chips.
See e.g.:
https://chipsandcheese.com/p/hot-chips-2026-fujitsus-monaka-...
They have provided far more details than companies like Apple or Qualcomm.
1 reply →
They actually do not in that article. I had to look elsewhere to find that out. Weird, one would expect that a big announcement like this would probably need to be vetted against licensing agreements with Arm that would probably want that fact to be prominently highlighted in press releases.
It is in the article - they cite "SVE2" support
Yeah, searched the page for common architectures (x86,arm and Sparc since it was Fujitsu) since it'd seem silly to use a totally novel architecture but didn't find anything until noticing SVE2.
Fujitsu has a long history of designing their own micro but using a standard ISA for HPC. Used to be SPARC, now it is ARM. IIRC Fujitsu were the main architects behind the SVE ARM extension.
If they didn't mention SVE2, I wouldn't have known either... that would make it arm9 at the earliest...
Quick Google result is it’s basically a Neoverse V2 system, so yeah, armv9.
Edit: it’s funny because this article from 2021 mentioned Fujisu precisely https://siliconangle.com/2021/03/30/arm-unveils-armv9-archit...
No it is not at all Neoverse V2, which is obsolete and has much lower performance.
It is a custom Armv9.3-A design (same ISA like the Arm C1 CPUs from the flagship smartphones of 2026), but it has double-width execution units for SVE2 (i.e. 256-bit width, vs. 128-bit for the other Arm CPUs) and it has some ISA extensions for AI/ML, e.g. instructions for inference with FP8 (BF16 is already supported by the standard Arm ISA).
Despite the fact that Armv9.3-A may include SME (scalable matrix extension, like in the Apple CPUs and in the Arm C1 CPUs), Fujitsu did not mention SME, so I assume that they did not implement it and they rely on their enhanced SVE2 (which is not surprising, while the origin of Arm SME is at Apple, the origin of Arm SVE is at Fujitsu).
1 reply →
That was regarding the HPC Fugaku , this is next generation
But Arm is owned by SoftBank, a Japanese conglomerate.
(I think Japanese sovereignty is the main point of the article.)
Interesting to note that Fujitsu did this when the SPARC architecture was popular: they enhanced/developed a CPU for the same ABI.
Seems they have decided they don’t want to create their own architecture, but take the popular architecture and build on it.
Thanks kinda how Japan works. Inventing something new is hard, but taking something that's a cool idea and making it actually usable is well within their wheelhouse.
See: - Blue LEDs - Quartz Watches - Lithium-ion Batteries - Bidets
I'm sure there's plenty of other stuff invented in Japan, but that's really beside the point.
The industry is now mature enough that nobody really wants the headache of a new architecture at this point in time, Risc-V got a pass for being a grassroots movement growing out off FPGA's since the IP situation was more or less clear or even predatory with all existing architectures, Power, Sparc,SuperH,68k,etc are buried for good reasons.
7 replies →
The 1980s called, it wants its stereotypes back.
I had this idea that Fujitsu was one of those Japanese conglomerates that had operations in all kinds of markets, from electronics to heavy earth moving equipment to air conditioners to locomotives. But that doesn't appear to be the case so I'm wondering which company I'm confusing them with.
Edit I think I was thinking of Mitsubishi.
4 replies →
Sun invented SPARC, Fujitsu just happened to be the last producer since they built mainframes on it. Reading it seems like they plan to stop producing Sparc processors and machines in a near timeframe so that makes this announcement less surprising.
For many years the Fujitsu SPARC implementations were much faster than the Sun SPARC implementations.
During the decade 1995-2005, until the 64-bit AMD Opteron servers with Linux offered an alternative that crushed any kind of SPARC CPU with Solaris by a much higher performance combined with a much lower price, the SPARC Sun or Fujitsu servers dominated the market for servers used to host the CAD/EDA design tools used in electronics engineering, for the design of integrated circuits or electronic equipment. This means that all the EDA software from vendors like Mentor, Cadence, Synopsis etc. was available only for Solaris. That kind of software could not be run on Windows, due to the 32-bit memory limit. During that time, whoever got Fujitsu servers instead of the sluggish Sun servers, was very lucky.
2 replies →
Thanks. Looked for that in the article and couldn't find it.
What are the GPU capabilities?
Likely none? I believe they just don't give graphics out to non-x86 servers. If you mean GPU as in SIMD processor, I believe this is supposed to have it in forms of massive SIMD capabilities on CPU itself.
These things feel like, if they have any video output, it would be a single VGA port for if you REALLY need to get a signal from it.
1 reply →
Thanks I was, of course, looking and very curious what their tool chain story will be.
Not mentioning the architecture is rather strange. Being Fujitsu I'd expect SPARC, but apparently not. Maybe we're reaching a point where some circles either don't care or just defaults to ARM?
Obviously they can just ignore the license in the future and continue development out of a local branch, but it's also a bit disingenuous to speak of "sovereign infrastructure" and then use licensed processor design.
It think we are now heading towards the final long term ISA setup. x86 and ARM at the top, ARM in the middle and RISC-V for smaller embedded machines that don't need the ARM toolchain.
Fujitsu dropped SPARC for HPC ~seven years ago with their A64fx. That's where ARM SVE comes from in the first place.
I feel old now.
Yes but it's their own design, not licensing Arm cores.
[dead]