Skip to content

stdgpuv2026-07-08

Updated

Open-source library providing generic GPU data structures for fast and reliable data management

#Usage

stdgpu provides CMake targets:

find_package(stdgpu CONFIG REQUIRED)
target_link_libraries(main PRIVATE stdgpu::stdgpu)

This port builds stdgpu with the CUDA backend.

#Supported Platforms

(windows & x64 & !uwp & !xbox) | (linux & x64)

  • linux
  • windows-x64
  • osx
  • uwp
  • windows-arm64
  • windows-x86

#Features

No features defined.

#Dependencies

No transitive dependencies.

#Host Dependencies

No transitive dependencies.

#Used By

No ports use this.

#Host Tool For

No ports use this.

#Contributors

  • sewon jeon's avatarsewon jeon

#Changelog

  • 06d00ff[stdgpu] add new port (#53264)