百度360必应搜狗淘宝本站头条
当前位置:网站首页 > 热门文章 > 正文

Nvidia CEO Skips Trump’s Inauguration for Lunar New Year Visit in China

bigegpt 2025-02-13 11:11 6 浏览

TMTPOST -- Jensen Huang, CEO of Nvidia, has been "on the road" celebrating the Lunar New Year with employees and their families in China from January 15 to 21. During his visit, Huang attended multiple Nvidia events across various cities, from Shenzhen to Taipei and Beijing, and concluded the week in Shanghai.

On January 15, Huang arrived in Shenzhen for the annual meeting of Nvidia’s branch there. The next day, he attended a supply chain event in Taichung, Taiwan, where he hosted a dinner for 35 CEOs, with a table cost of approximately 1,182 yuan each.

On January 19, he met with developers, partners, and analysts in Beijing, followed by participation in the Beijing branch's annual meeting on January 20. His final stop was in Shanghai on January 21.

By January 22, Huang was already on his private jet, leaving China for Osaka, Japan. Throughout the week, images of Huang enjoying robotics demonstrations, interacting with foldable screens, and even performing on stage with Nvidia employees spread widely on social media.

Meanwhile, in the United States, January 20 marked a significant political event—the inauguration of President Donald Trump for his second term. The event was attended by many prominent tech figures, including Tesla’s Elon Musk, Meta’s Mark Zuckerberg, Apple’s Tim Cook, Google’s Sundar Pichai, and Amazon’s Jeff Bezos. However, Huang, the self-made billionaire dubbed the "Godfather of AI" with a net worth of $118.7 billion, bucked the trend and chose not to attend ceremony.

Despite the ongoing AI and semiconductor rivalry between China and the United States, Huang continued his business-focused approach, reinforcing Nvidia's commitment to cooperating with China. “I won’t attend the inauguration, but I'll look forward to congratulating the Trump administration when they take office,” Huang said during his trip to China, noting that Nvidia aims to continue working with Chinese partners.

Huang’s absence from the inauguration isn’t surprising to those familiar with his business philosophy. As the CEO of Nvidia, Huang views himself as a businessman, dedicated solely to the success of his company and the management of its ecosystem partners. Unlike other major American tech leaders such as Musk and Cook, Huang rarely engages in government-level meetings, whether in China or the United States. Even during his record-breaking week in China, Huang did not meet with any government officials, underscoring his desire to keep his focus firmly on business and innovation.

In his book The Nvidia Way, Huang outlined his business philosophy of “rough fairness”—believing that collaborations and partnerships can be uneven at times but ultimately should result in balanced outcomes over the long run. His goal is not political, but to ensure that AI technology reaches its full potential and is accessible to all.

However, Huang’s company finds itself caught in the middle of the escalating geopolitical tension. The Biden administration has ramped up export controls on advanced AI chips, which have directly impacted Nvidia. Just days before Huang’s China trip, on January 13 and 15, the U.S. Department of Commerce implemented new export control rules that restrict the sale of certain AI chips, including Nvidia’s A100, A800, H100, and others, to China.

Nvidia responded to the new regulations by informing the U.S. Securities and Exchange Commission (SEC) and preparing for potential disruptions. The company will continue to navigate these regulatory hurdles while maintaining its role as a leading player in the global AI space. To meet China’s demand, Nvidia is preparing a special “RTX 50D” version of its RTX 50 series GPUs, which will feature limitations on AI computing power, preventing any attempts to use them for AI model training.

Despite these restrictions, demand for Nvidia’s products in China remains strong, with major Chinese firms like ByteDance and Tencent continuing to place large orders for Nvidia’s GPUs. This reflects Huang’s belief that business and technology should transcend geopolitical conflicts, as evidenced by his continuous efforts to support both the U.S. and Chinese markets.

As Huang navigates these complex global dynamics, his unwavering focus on Nvidia’s success and AI leadership continues to drive the company forward. With its valuation skyrocketing, Nvidia is poised to remain a dominant force in the AI, semiconductor, and robotics industries, even as competition from both traditional rivals and new Chinese challengers intensifies.

相关推荐

php-fpm的配置和优化

目录概述php-fpm配置php-fpm进程优化配置慢日志查询配置php7进阶到架构师相关阅读概述这是关于php进阶到架构之php7核心技术与实战学习的系列课程:php-fpm的配置和优化学习目标:理...

成功安装 Magento2.4.3最新版教程「技术干货」

外贸独立站设计公司xingbell.com经过多次的反复实验,最新版的magento2.4.3在oneinstack的环境下的详细安装教程如下:一.vps系统:LinuxCentOS7.7.19...

十分钟让你学会LNMP架构负载均衡

业务架构、应用架构、数据架构和技术架构一、几个基本概念1、pv值pv值(pageviews):页面的浏览量概念:一个网站的所有页面,在一天内,被浏览的总次数。(大型网站通常是上千万的级别)2、u...

php从远程URL获取(mp4 mp3)音视频的流媒体数据

/***从远程URL中获取媒体(如mp4mp3)的内容*@parammixed$file_url*@parammixed$media_type...

Zabbix5.0安装部署

全盘展示运行状态,减轻运维人员的重复性工作量,提高系统排错速度,加速运维知识学习积累。1.png1、环境安装关闭SELinux并重启系统2.png安装httpd、mariadb、php运行yum-...

php 常见配置详解

以下是PHP常见的配置项及其含义:error_reporting:设置错误报告级别,可以控制PHP显示哪些错误。例如,设置为E_ALL将显示所有错误,而设置为0将禁止显示任何错误。displa...

实践分享|基于基石智算 DeepSeek API + WordPress 插件自动生成访客回复

基石智算举办的DeepSeek案例大赛汇集了不少基于CoresHubDeepSeekAPI服务或模型部署服务的精彩实践。本次我们将分享个人实践:通过DeepSeekAPI+Word...

如何在Eclipse中搭建Zabbix源码的调试和开发环境

Zabbix是一款非常优秀的企业级软件,被设计用于对数万台服务器、虚拟机和网络设备的数百万个监控项进行实时监控。Zabbix是开放源码和免费的,这就意味着当出现bug时,我们可以很方便地通过调试源码来...

MySQL自我保护参数

#头条创作挑战赛#之前(MySQL自我保护工具--pt-kill)提到用pt-kill工具来kill相关的会话,来达到保护数据库的目的,本文再通过修改数据库参数的方式达到阻断长时间运行的SQL的目...

Python闭包深度解析:掌握数据封装的高级技巧

闭包作为Python高级编程特性之一,为开发者提供了一种优雅的方式来实现数据封装和状态保持。这一概念源于函数式编程理论,在现代Python开发中发挥着重要作用。理解和掌握闭包的使用不仅能够提升代码的表...

Java服务网格故障注入与熔断实战

在分布式系统的高可用性挑战中,服务网格的故障注入与熔断机制是检验系统韧性的终极试金石。以下是10道逐步升级的"地狱关卡",每个关卡都对应真实生产环境中可能遇到的致命场景,并附具体场景示...

MySQL数据库性能优化全攻略:程序员必知的七大核心策略

作为程序员,我们每天都要与数据库打交道。当系统用户量突破百万级时,数据库往往成为性能瓶颈的首要怀疑对象。本文将深入探讨MySQL优化的七大核心策略,并提供可直接落地的优化方案,助您构建高效稳定的数据库...

如何在 Windows 11 上使用单个命令安装 XAMPP

XAMPP是一种广泛使用的软件,用于在Windows操作系统上快速运行LAMP服务器包,包括Windows11。尽管LAMP通常用于Linux系统,但XAMPP并不使用Li...

uTorrent怎样将bt种子转换为磁力

如何用uTorrent把BT种子转为磁力链接?以下方法希望能帮到你。1、在uTorrent窗口里,点击工具栏的按钮,所示。2、在打开窗口里,选取要转为磁力的种子文件,然后点击打开按钮,参照图示操作...

支持向量机SVM 分类和回归的实例

支持向量机(SupportVectorMachine)是Cortes和Vapnik于1995年首先提出的,它在解决小样本、非线性及高维模式识别中表现出许多特有的优势,并能够推广应用到函数拟合等其他...