机器之心报道机器之心编辑部几个小时前,NVIDIA CUDA Toolkit 13.1 正式发布,英伟达官方表示:「这是 20 年来最大的一次更新。」这个自 2006 年 CUDA 平台诞生以来规模最大、最全面的更新包括:NVIDIA CUDA ...
2025 年12 月,NVIDIA 推出CUDA 13.1,此次更新被官方定位为“自2006 年CUDA 平台诞生以来最大、最全面的升级”。其核心亮点之一,是引入了新的编程模型CUDA Tile。这个变化,有可能不仅仅是一项技术迭代,而是标志着GPU 编程范式迈入一个新的阶段。
很少有人像他一样,在 通用CPU、移动SoC、车载SoC、AI加速器 上都做过一线设计和架构决策。近几年他频繁在TSMC、三星等论坛谈未来工艺与架构,被称为「半导体设计传奇」。
Hello folks,我是 Luga,今天我们继续来聊一下人工智能生态相关技术 - 用于加速构建 AI 核心算力的 GPU 硬件技术。 毫无疑问,你可能已经听说过 CUDA,并且知道它与 NVIDIA GPU 有关。但你可能对 CUDA 的确切含义和用途还不甚了解。究竟,CUDA 是什么呢?
Nvidia earlier this month unveiled CUDA Tile, a programming model designed to make it easier to write and manage programs for ...
Programming model moves from managing thousands of low-level threads to working with high-level ‘tiles of data’ ...
A hands-on introduction to parallel programming and optimizations for 1000+ core GPU processors, their architecture, the CUDA programming model, and performance analysis. Students implement various ...
This isn’t a review, but given the popularity of my last CUDA book review, I thought I’d mention that Addison-Wesley has published a new book called CUDA by Example: An Introduction to General-Purpose ...
Support for unified memory across CPUs and GPUs in accelerated computing systems is the final piece of a programming puzzle that we have been assembling for about ten years now. Unified memory has a ...
Over at the Nvidia blog, Mark Harris has posted a simple introduction to CUDA, the popular parallel computing platform and programming model from NVIDIA. I wrote a previous “Easy Introduction” to CUDA ...