百度360必应搜狗淘宝本站头条
当前位置:网站首页 > 技术资源 > 正文

SoftBank Acquires Chip Designer Ampere in $6.5 Billion Deal

moboyou 2025-03-24 15:54 12 浏览

Masayoshi Son, Founder, Chairman, and CEO of SoftBank Group

TMTPOST -- SoftBank Group has finalized a $6.5 billion all-cash deal to acquire Ampere Computing LLC, a semiconductor designer specializing in data center processors.

The acquisition underscores SoftBank's new focus on artificial intelligence (AI) infrastructure and its efforts to capitalize on the booming demand for advanced computing solutions.

The agreement, confirmed in a joint statement on Wednesday, values Santa Clara-based Ampere at $6.5 billion. Early investors in Ampere, including Oracle Corp. and private equity firm Carlyle Group Inc., will sell their stakes as part of the transaction, which is expected to close in the second half of 2025. Ampere will operate as a wholly owned subsidiary of SoftBank, retaining its name and headquarters.

Ampere, founded by former Intel executive Renee James, designs processors for data center equipment using technology from Arm Holdings Plc, a chip designer majority-owned by SoftBank. The company has positioned itself as a key player in the data center chip market, emphasizing energy efficiency—a critical factor as the resource demands of large data centers continue to grow.

"With a shared vision of advancing AI, we are excited to join SoftBank Group and partner with its portfolio of leading technology companies," said James, Ampere's CEO, in a statement. "This is a fantastic outcome for our team, and we are excited to drive forward our AmpereOne roadmap for high-performance Arm processors and AI."

The acquisition comes amid a surge in demand for advanced chips, driven by the rapid expansion of AI infrastructure. By acquiring Ampere, SoftBank gains access to one of the few independent design teams specializing in data center chips, enhancing its ability to compete in the increasingly competitive semiconductor market.

Ampere is part of a wave of companies that have sought to leverage Arm's mobile-optimized technology to carve out a niche in the lucrative data center chip sector. While many of these efforts have faltered or been absorbed by larger firms, Ampere's acquisition by SoftBank keeps this strategy alive. The company has emphasized the power efficiency of its chips, a significant advantage as data centers face growing challenges related to energy consumption and operational costs.

For SoftBank, the deal represents an opportunity to strengthen its position in the AI and semiconductor markets. The investment firm has been actively seeking ways to capture a larger share of the AI infrastructure spending boom, and Ampere's expertise in high-performance computing aligns with this goal.

"The future of artificial superintelligence (ASI) demands unprecedented computing power," said SoftBank Chairman and CEO Masayoshi Son in a statement. "Ampere's expertise in semiconductors and high-performance computing will help accelerate this vision and deepen our commitment to AI innovation in the U.S."

ASI is a hypothetical software-based AI system with intellect beyond human intelligence.

The acquisition also aligns with Arm's broader strategy to transition from providing foundational technology to offering more comprehensive solutions that command higher prices. By integrating Ampere into its portfolio, SoftBank aims to leverage the company's resources and customer base to enhance the economics of chip design and development.

Son once lamented missing out on a $200 billion stock appreciation opportunity with Nvidia. In 2017, during a low point in Nvidia's stock price, SoftBank acquired nearly 5% of the company's stake for just $700 million, becoming its largest shareholder.

However, just two years later, SoftBank sold off its entire stake for $3.3 billion—a decision that proved costly as it occurred just before the AI boom sent Nvidia's valuation soaring to $3 trillion.

"You may not know this, but Masayoshi Son was once Nvidia's largest shareholder," Nvidia CEO Jensen Huang said during a recent event. "He is a one-of-a-kind entrepreneur and innovator with an extraordinary ability to identify the winners of each era and collaborate with them. He brought Bill Gates and Jerry Yang to the Japanese market, helped Alibaba introduce cloud computing to China, and brought Steve Jobs and the iPhone to Japan." (please check the quote)

At that moment, Son appeared visibly awkward, with his face showing a mix of regret and amusement. He responded by hugging Huang tightly, pretending to cry. Huang, laughing, hugged him back and quipped, "Let's cry together." Later, Huang couldn't resist teasing Son again, asking, "Can you imagine if you were still Nvidia's largest shareholder today?"

Huang also revealed that a decade ago, Son had offered to help privatize Nvidia by providing funding, but Huang declined the proposal. Reflecting on the decision, Huang joked, "Now I regret it."

Son's regret over the Nvidia sale is well-documented. At SoftBank's shareholder meeting in July 2023, he openly chastised himself, saying, "Every time I think about these missed opportunities, it's truly frustrating. I almost sold Nvidia's stock with tears in my eyes, missing out on such a massive gain."

Now, with the $6.5 billion acquisition of Ampere Computing, a high-performance AI chip designer, and investments in OpenAI and Arm, Masayoshi Son is positioning SoftBank for a strong comeback in the AI era.

Son has made bold predictions about the future of artificial superintelligence (ASI), stating that it will be 10,000 times smarter than the human brain and will emerge by 2035. However, building such a system will require at least 400GW of electricity, 200 million chips, and $9 trillion in funding—a figure he believes might even be an underestimate.

"For many, this is an enormous investment, but I say it's still a very reasonable capital expenditure. $9 trillion isn't too much; perhaps it's too little," Son remarked. He added that he is accumulating funds "so that I can make the next big move," though he did not disclose specific details of his investment plans.

Son emphasized the need for regulation in the development of ASI, warning that without proper oversight, it could pose significant dangers. He also highlighted the potential of combining ASI with robotics technology, which he believes could lead to groundbreaking innovations.

Despite his past missteps, Son remains optimistic about the future of AI and its potential to transform industries. He repeatedly stressed that Nvidia is still undervalued and that its future holds even greater potential.

At 67, Son, often described as a "gambler" in the investment world, is determined to create the next trillion-dollar success story with his own hands. Through strategic acquisitions and investments, he aims to position SoftBank as a dominant player in the AI-driven future.

相关推荐

Python网络爬虫之分析网页

一、分析并提取网页内容的有三种方式o正则表达式(速度最快,但适应变化略差)oBeautifulsoup库(速度是正则表达式的约几分之一)oselenium或pyppeteer的中的浏览器对象的查找元素...

Python进阶-day9:正则表达式

目标学习Python的re模块基础用法。掌握正则表达式的匹配(match,search,findall)、替换(sub)和分割(split)操作。练习:编写代码从一段文本中提取所有邮箱地址。学习内...

Python模块datetime、calendar、logging、argparse、re用法

datetime模块:提供日期和时间相关的功能。importdatetime#获取当前日期和时间current_time=datetime.datetime.now()#格式化日期...

一文讲清怎么利用Python实现Linux系统日志检索分析管理系统

摘要:在现代IT运营与开发中,日志分析早已成为不可或缺的核心环节。无论是排查系统故障、进行安全审计,还是优化服务性能,日志文件始终是最真实、最权威的信息来源。Linux系统作为主流的服务器操作系统,其...

Python基础编程——标准库之shelve模块

在实际开发中,要将数据进行持久化,通常的做法是,将数据保存到文件或者数据库中。Python有多种方法将数据保存到文件中,本节将会介绍使用Python的标准库shelve来将数据保存到文件中。shelv...

使用 Python 开发一个 Python 解释器

原文地址:https://python.plainenglish.io/introduction-to-creating-interpreter-using-python-c2a9a6820aa0原文...

强烈推荐!Python 这个宝藏库 re 正则匹配

Python的re模块(RegularExpression正则表达式)提供各种正则表达式的匹配操作。在文本解析、复杂字符串分析和信息提取时是一个非常有用的工具,下面总结了re模块的常用方...

python入门到脱坑正则表达式—re.match()函数

re.match()是Python正则表达式模块re中的一个重要方法,用于从字符串的起始位置匹配一个模式。下面我将详细介绍它的用法和特点。基本语法re.match(pattern,stri...

Python中使用re模块实现正则表达式的替换字符串操作

#编程语言#我是"学海无涯自学不惜!",关注我,一同学习简单易懂的Python编程。0基础学python(83)Python中,导入re模块后还可以进行字符串的替换操作,就是sub()...

深入理解re模块:Python中的正则表达式神器解析

在Python中,"re"是一个强大的模块,用于处理正则表达式(regularexpressions)。正则表达式是一种强大的文本模式匹配工具,用于在字符串中查找、替换或提取特定模式...

python入门到脱坑正则表达式—re.search()函数

re.search()是Python正则表达式模块re中的核心函数之一,用于在字符串中搜索匹配指定模式的第一个位置。与re.match()不同,它不限制匹配必须从字符串开头开始。基本语法...

python入门到脱坑正则表达式—re.sub()函数

re.sub()是Python正则表达式模块re中用于字符串替换的核心函数,它可以在字符串中搜索匹配正则表达式的部分,并将其替换为指定的内容。基本语法re.sub(pattern,repl...

python之re模块

re模块一.re模块的介绍1.什么是正则表达式"定义:正则表达式是一种对字符和特殊字符操作的一种逻辑公式,从特定的字符中,用正则表达字符来过滤的逻辑。(也是一种文本模式;)2、正则表达式可以...

Python中re模块详解

在《用最简单的方式教会你使用Python正则》一文中,我们介绍了正则表达式该如何书写,还通过简单的示例介绍了Python中如何通过re模块使用正则功能。今天本文将通过以下内容详细介绍r...

微信积分商城货到付款系统|裂变营销+物流闭环

微信积分商城货到付款系统核心卖点速览零成本运营:免授权+完全开源PHP源码,9MB轻量部署,Mysql数据库高效支撑。灵活支付组合:独创“积分+货到付款+运费”混合支付,用户兑换无忧,商家资金零风险...