moderngpu

Patterns and behaviors for GPU computing

https://github.com/moderngpu/moderngpu

Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (5.9%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

Patterns and behaviors for GPU computing

Basic Info
Statistics
  • Stars: 1,711
  • Watchers: 110
  • Forks: 282
  • Open Issues: 13
  • Releases: 1
Created almost 13 years ago · Last pushed over 3 years ago
Metadata Files
Readme License Citation

README.md

moderngpu

moderngpu is a productivity library for general-purpose computing on GPUs. It is a header-only C++ library written for CUDA. The unique value of the library is in its accelerated primitives for solving irregularly parallel problems.

Quick Start Guide

bash git clone https://github.com/moderngpu/moderngpu.git cd moderngpu mkdir build && cd build cmake .. make # or make name_of_project to build a specific binary ./bin/test_segreduce

How to Cite

@Unpublished{ Baxter:2016:M2, author = {Baxter, Sean}, title = {moderngpu 2.0}, note = {\url{https://github.com/moderngpu/moderngpu/wiki}}, year = 2016 }

Owner

  • Name: moderngpu
  • Login: moderngpu
  • Kind: organization

Citation (CITATION.cff)

cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
- family-names: "Baxter"
  given-names: "Sean"
title: "moderngpu"
version: 2.0.0
date-released: "2016-03-28"
url: "https://github.com/moderngpu/moderngpu"

GitHub Events

Total
  • Issues event: 1
  • Watch event: 87
  • Issue comment event: 1
  • Fork event: 8
Last Year
  • Issues event: 1
  • Watch event: 87
  • Issue comment event: 1
  • Fork event: 8

Packages

  • Total packages: 1
  • Total downloads: unknown
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 1
proxy.golang.org: github.com/moderngpu/moderngpu
  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent packages count: 9.0%
Average: 9.6%
Dependent repos count: 10.2%
Last synced: 6 months ago