---
title: "Nvidia opens cuFile source code: how the new standard will change data storage architecture for AI"
description: "🚀 Nvidia opens the source code of the cuFile API! At the Future of Memory and Storage 2026 conference, the company announced the creation of a vendor-neutral standard to accelerate data exchange between SSDs and GPUs. This will not turn a disk into video memory, but it will eliminate unnecessary data copies through the processor. 🧠 The SCADA architecture and the new xio-sig stack will change the approach to data storage in AI. #Nvidia #AI #TechNews #GPUDirectStorage"
date: 2026-08-09T13:36:22.000Z
lang: en
url: https://xab.info/en/posts/nvidia-opens-cufile-source-code-new-storage-standard-ai
tags: [nvidia, artificial-intelligence, gpu-storage, cufile, hardware, technology, open-source]
publisher: "XAB.info"
---

# Nvidia opens cuFile source code: how the new standard will change data storage architecture for AI

![Schematic illustration of server infrastructure connected to a database, symbolizing data storage optimization for AI using Nvidia's cuFile technology](https://xab.info/media/2026/08/09/nvidia-otkryvaet-iskhodnyy-kod-cufile-novyy-standart-hraneniya/nvidia-otkryvaet-iskhodnyy-kod-cufile-novyy-standart-hraneniya-1.webp)

## 🎯 Key Points

- Nvidia is open-sourcing the cuFile API to accelerate data transfer between storage and GPU.
- A new project, xio-sig, has been created to support a vendor-neutral data storage stack.
- The technology does not turn SSDs into video memory; it optimizes the data transfer path by eliminating copying through system memory.
- The SCADA architecture will allow NVMe storage to be used as an additional memory level for AI tasks.

On August 9, 2026, at the Future of Memory and Storage conference, Nvidia took a strategic step aimed at accelerating the development of the artificial intelligence industry. The corporation announced plans to open-source its cuFile API and the storage software stack built upon it. This decision aims to create a vendor-neutral standard that will significantly accelerate data exchange between storage systems and GPU memory.

### GPUDirect Storage technology and the role of cuFile

The technology underpinning this solution is known as Nvidia GPUDirect Storage. It has existed for several years and provides a direct path for data transfer between local or remote storage and GPU memory. In traditional architecture, data from SSDs is first copied to system memory and then transferred to the graphics processor. GPUDirect Storage eliminates this redundant step, allowing compatible storage devices to transfer data directly into GPU memory using Direct Memory Access (DMA). The cuFile API is the key interface enabling this seamless transfer.

### Creating the vendor-neutral xio-sig standard

Nvidia's decision to move to open-source code is aimed at creating an industry standard not tied exclusively to Nvidia hardware. As part of the new xio-sig (Storage Interface Group) project, four key components were listed: the cuFile API itself, the cuFileConformance compliance testing suite, the libxFile library, and the xioLinux Linux kernel module. Development is underway to support implementations from multiple hardware vendors. The code itself has not yet been publicly released—it will become available after internal review and integration are completed.

### Contradictory data

At the time of the announcement, some sources and technical enthusiasts were misled regarding the functionality of the new technology. Speculation arose that opening cuFile would turn solid-state drives (SSDs) into direct additional video memory, allowing GPUs to use their capacity as an extension of VRAM. However, Nvidia representatives and market experts quickly clarified the situation. An SSD will not become additional video memory in the classical sense. For the GPU to process data, it still needs to reside in the GPU's operational memory. cuFile merely accelerates the movement of data between storage and this memory, eliminating delays associated with copying through system memory and the CPU.

### Comparison with DirectStorage and SCADA architecture

The presented technology shares some similarities with Microsoft DirectStorage and Nvidia RTX IO, which are already used in the gaming industry to move resources from NVMe storage to GPU memory with less CPU involvement. However, cuFile is a deeper technology, developed based on CUDA and GPUDirect Storage, oriented towards high-performance computing and AI tasks. Furthermore, Nvidia is working on a model where the distinction between storage and memory becomes less noticeable for AI applications. The SCADA (Scaled Accelerated Data Access) architecture allows GPU threads to initiate requests to data storage, which is particularly relevant for datasets exceeding local memory capacity. This will allow NVMe storage to function as another level of the memory hierarchy located next to the GPU, although its latency and bandwidth will still differ from HBM or GDDR memory characteristics.

## 🔍 Fact-Check Verification

- [Nvidia open-sources cuFile API, accelerating GPU read/write capability for high-speed storage](https://siliconangle.com/2026/08/04/nvidia-open-sources-cufile-api-accelerating-gpu-read-write-capability-high-speed-storage/) - Подтверждает информацию об открытии API и целях ускорения.
- [Nvidia moves to accelerate storage access, boost industry cooperation](https://www.networkworld.com/article/4205157/nvidia-moves-to-accelerate-storage-access-boost-industry-cooperation.html) - Подтверждено по источнику networkworld.com
- [Nvidia Open-Sourced CuFile To Establish A New Industry Standard For GPU Storage](https://ca.news.yahoo.com/nvidia-open-sourced-cufile-establish-161327853.html) - Подтверждено по источнику ca.news.yahoo.com
- [SSD научатся быстрее обмениваться данными с GPU — Nvidia откроет исходный код cuFile](https://3dnews.ru/1146475/ssd-nauchatsya-bistree-obmenivatsya-dannimi-s-gpu-nvidia-otkroet-ishodniy-kod-cufile) - Основной источник информации о событии на конференции Future of Memory and Storage 2026.

## ❓ FAQ

### Q: Will cuFile turn SSDs into additional video memory?
**A:** No, a solid-state drive will not become direct video memory. The technology accelerates data transfer into GPU memory, eliminating unnecessary copies through system memory.

### Q: What is xio-sig?
**A:** It is a new project including components such as cuFile, libxFile, and xioLinux, created to support a vendor-neutral data storage stack.

### Q: When will the source code be available?
**A:** The code will become available after the completion of verification and integration; the exact release date has not been specified.