Jensen Huang Meets South Korean Tech Leaders Amid Market Dip
๐กUnderstand the strategic alignment between Nvidia and Korean hardware giants shaping the future of AI infrastructure.
โก 30-Second TL;DR
What Changed
Jensen Huang held meetings with major South Korean tech conglomerates.
Why It Matters
The meeting signals a strengthening of the supply chain relationship between Nvidia and Korean memory/hardware providers. It highlights the strategic importance of South Korean firms in the global AI infrastructure ecosystem.
What To Do Next
Monitor SK Hynix's HBM production capacity updates as they are critical to Nvidia's GPU supply chain.
Key Points
- โขJensen Huang held meetings with major South Korean tech conglomerates.
- โขSK Group, LG Group, and Naver Corp. participated in the discussions.
- โขSouth Korean markets are experiencing a correction in AI-focused stocks.
๐ง Deep Insight
Web-grounded analysis with 40 cited sources.
๐ Enhanced Key Takeaways
- โขJensen Huang's visit resulted in new strategic partnerships with SK Hynix for multi-year advanced memory supply, SK Telecom for building gigawatt-scale AI cloud infrastructure, Naver for sovereign AI factories using Nvidia's DSX platform, and Doosan Group for physical AI, robotics, and energy solutions.
- โขThe South Korean market dip in AI-related stocks was influenced by Broadcom's disappointing guidance, leading to a broader tech sector decline, and exacerbated by the Kospi's high concentration in a few AI chipmakers like Samsung and SK Hynix, coupled with rising retail margin debt and foreign selling.
- โขBeyond the major conglomerates, Huang also engaged with South Korean gaming companies like T1 esports, KRAFTON, and NC, showcasing new technologies like RTX Spark, and confirmed plans for Nvidia to establish a research and development center in Korea.
- โขLG Electronics is significantly expanding its collaboration with Nvidia into 'physical AI,' encompassing robotics, smart factories utilizing Nvidia's Isaac robotics platform and Omniverse for digital twins, and potentially supplying server cooling solutions for Nvidia's data centers.
- โขNaver Cloud plans to leverage Nvidia's full-stack AI platforms, including the Nemotron 3 Ultra open LLM technology, to upgrade its HyperCLOVA X large language model and develop a 'Seoul world model' using Nvidia's Cosmos physical AI platform.
๐ Competitor Analysisโธ Show
| Feature/Category | Nvidia (H100/Blackwell) | AMD (MI300X) | Google (TPU) | Intel (Gaudi3) |
|---|---|---|---|---|
| Primary Focus | AI Training & Inference (Data Center GPUs) | AI Training & Inference (Data Center GPUs) | AI Workloads (Custom ASICs, Cloud-native) | AI Training & Inference (ASICs) |
| Hardware Architecture | Hopper (H100), Blackwell (B100, B200, GB200) GPUs; Dual-die design (Blackwell) | MI300X GPU | Tensor Processing Units (TPUs) - custom ASICs | Gaudi3 ASICs |
| Memory Capacity (HBM) | H100: 80GB HBM3 (SXM) / HBM2e (PCIe); Blackwell B100/B200: 192GB HBM3e | MI300X: 192GB HBM3 | Varies by TPU generation (e.g., TPU v5e) | Varies by Gaudi generation |
| Memory Bandwidth | H100 SXM: 3.35 TB/s; Blackwell B100/B200: up to 8 TB/s | Competitive with H100 | Optimized for specific AI workloads | Optimized for training efficiency |
| Software Ecosystem | CUDA platform (C++, Python, Fortran), CUDA-X libraries, Transformer Engine, NVLink, NVSwitch | ROCm (improving, but lags in inference engine support, quantization tooling, framework compatibility) | TensorFlow, JAX, PyTorch (within Google Cloud ecosystem) | SynapseAI software stack |
| Performance (Relative) | Dominant in AI training, strong in inference; H100 offers up to 30X inference speedup for LLMs over prior gen; Blackwell offers 2-3x over Hopper, 30x for trillion-parameter models (GB200 NVL72) | Competitive hardware specs, but software ecosystem can be a bottleneck for equivalent performance | Strong for specific AI workloads, especially within Google Cloud | Focus on training efficiency |
| Cost (Relative) | H100: $25,000-$30,000 per unit | MI300X: $8,000-$10,000 per unit (60% savings for 75-80% performance vs H100) | Cloud-based TPUs: ~$1.35/hour (vs. ~$3.67 for equivalent Nvidia instances) | Competitive on performance per watt |
| Key Differentiator | CUDA ecosystem lock-in, full-stack AI platform, market dominance | Competitive hardware, aggressive pricing, but software maturity is a challenge | Custom ASICs optimized for Google's AI, cloud-native integration | Focus on training efficiency and ecosystem integration |
๐ ๏ธ Technical Deep Dive
-
NVIDIA Blackwell Architecture (Successor to Hopper):
- Transistors & Process: 208 billion transistors, manufactured using custom TSMC 4NP process.
- Dual-Die Design: Features two reticle-limited dies connected by a 10 terabytes per second (TB/s) chip-to-chip interconnect, acting as a unified single GPU.
- Transformer Engine: Second-generation Transformer Engine with FP4 precision, optimizing performance and accuracy for next-generation models, doubling performance and memory support while maintaining accuracy.
- Tensor Cores: Fifth-generation Tensor Cores for AI compute, with native support for sub-8-bit data types (MXFP6 and MXFP4) to improve efficiency and accuracy in low-precision computations.
- Memory: Utilizes HBM3e memory, with up to 192GB and 8 TB/s bandwidth for B100/B200.
- NVLink: Fifth-generation NVLink, offering 1.8 TB/s per GPU.
- AI Management Processor (AMP): A dedicated RISC-V based scheduler chip on the GPU to offload scheduling from the CPU and better control GPU resources.
- Power & Cooling: Increased power demands (up to 1kW per GPU) necessitate a shift to liquid cooling for data center deployments.
- Rack-Scale Systems: GB200 NVL72 connects 36 GB200 Grace Blackwell Superchips (36 Grace CPUs and 72 Blackwell GPUs) in a liquid-cooled rack, delivering 30X faster real-time inference for trillion-parameter LLMs.
-
NVIDIA H100 GPU (Hopper Architecture):
- Transistors & Process: 80 billion transistors, TSMC 4N process.
- CUDA Cores: SXM variant has 16,896 CUDA Cores; PCIe variant has 14,592 CUDA Cores.
- Tensor Cores: Fourth-generation Tensor Cores (528 for SXM, 456 for PCIe) with FP8 Transformer Engine.
- VRAM: 80 GB HBM3 (SXM) or HBM2e (PCIe) with ~3.35 TB/s (SXM) or ~2 TB/s (PCIe) memory bandwidth.
- Throughput: Up to 3,958 TFLOPS (FP8 with sparsity) for SXM variant.
- NVLink: NVLink 4.0, 900 GB/s bidirectional bandwidth per GPU (SXM variant).
- Multi-Instance GPU (MIG): Up to 7 isolated GPU instances.
- Transformer Engine: Dynamically adjusts precision for LLMs to improve throughput while maintaining accuracy.
-
NVIDIA CUDA Platform:
- Definition: Proprietary parallel computing platform and API that allows software to use GPUs for accelerated general-purpose processing.
- Programming Model: Enables developers to program in languages like C++, Python, and Fortran, or leverage GPU-accelerated libraries and frameworks (e.g., PyTorch).
- Components: Includes the CUDA Toolkit (compiler, libraries, developer tools), CUDA-X libraries for higher performance across AI/HPC domains.
- Functionality: Facilitates parallel processing by allowing code (kernels) to execute across many GPU cores, managing memory hierarchy (global, shared, local memory) and data movement between CPU and GPU.
๐ฎ Future ImplicationsAI analysis grounded in cited sources
โณ Timeline
๐ Sources (40)
Factual claims are grounded in the sources below. Forward-looking analysis is AI-generated interpretation.
- investing.com
- globenewswire.com
- heygotrade.com
- morningstar.com
- investing.com
- tradingkey.com
- axios.com
- nvidia.com
- koreaherald.com
- koreatimes.co.kr
- thelec.net
- artificialintelligence-news.com
- thenextweb.com
- youtube.com
- thelec.net
- nvidia.com
- wikipedia.org
- medium.com
- gmicloud.ai
- aimultiple.com
- runpod.io
- horizoniq.com
- entrepreneurloop.com
- nvidia.com
- nvidia.com
- lenovo.com
- medium.com
- wikipedia.org
- nvidia.com
- megware.com
- businessinsider.com
- fixstars.com
- quiverquant.com
- fool.com
- techpowerup.com
- chosun.com
- nvidia.com
- mk.co.kr
- ajupress.com
- joins.com
Weekly AI Recap
Read this week's curated digest of top AI events โ
๐Related Updates
Same topic
Explore #supply-chain
Same product
More on nvidia
Same source
Latest from Bloomberg Technology

Trina Solar Returns to Profitability Driven by Energy Storage
Lianchuang Electronic Suspends Trading Amid Control Change

vivo India forms joint venture with Dixon Technologies

Industry Leaders Define New Standards for Podcasting
AI-curated news aggregator. All content rights belong to original publishers.
Original source: Bloomberg Technology โ