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
Repository
Patterns and behaviors for GPU computing
Basic Info
- Host: GitHub
- Owner: moderngpu
- License: other
- Language: C++
- Default Branch: master
- Homepage: http://moderngpu.github.io/moderngpu
- Size: 6.6 MB
Statistics
- Stars: 1,711
- Watchers: 110
- Forks: 282
- Open Issues: 13
- Releases: 1
Metadata Files
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.
- (c) 2021 Sean Baxter
- You can drop me a line here
- Full documentation with github wiki under heavy construction.
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
- Repositories: 1
- Profile: https://github.com/moderngpu
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
- Documentation: https://pkg.go.dev/github.com/moderngpu/moderngpu#section-documentation
- License: other
-
Latest release: v2.13.0+incompatible
published about 4 years ago