-
University of Bonn
- Bonn, Germany
- https://stotko.github.io/
Block or Report
Block or report stotko
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
-
thrust Public
Forked from NVIDIA/thrust
Thrust is a C++ parallel programming library which resembles the C++ Standard Library.
C++
-
BundleFusion Public
Forked from niessner/BundleFusion
[Siggraph 2017] BundleFusion: Real-time Globally Consistent 3D Reconstruction using Online Surface Re-integration
-
Pangolin Public
Forked from stevenlovegrove/Pangolin
Pangolin is a lightweight portable rapid development library for managing OpenGL display / interaction and abstracting video input.
C++
-
nanoflann Public
Forked from jlblancoc/nanoflann
nanoflann: a C++11 header-only library for Nearest Neighbor (NN) search wih KD-trees
C++
315 contributions in the last year
Activity overview
Contribution activity
May 2022
Created 13 commits in 1 repository
Created a pull request in stotko/stdgpu that received 1 comment
CI: Add job with Windows 2022 image
GitHub Actions support building with VS 2022 for quite a while. Add a respective CI job to also test the library with this more recent compiler and…
Opened 12 other pull requests in 1 repository
stotko/stdgpu
12
merged
- test: Fix missing include in bitset
- cmake: Fix clang-format detection
- test: Remove obsolete mutex tests
- src,test: Port away from transform
- test: Port away from zip_iterator and tuple
- test: Port away from generate
- algorithm: Add parallel iota function
- src: Port away from distance
- algorithm: Add for_each_index
- functional: Remove coupling to thrust functors
- cmake: Fix uninstall target
- src: Move device info functionality from unit tests