Skip to content
View jrhemstad's full-sized avatar
🏠
⬇️ πŸ‘’
🏠
⬇️ πŸ‘’
Block or Report

Block or report jrhemstad

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
jrhemstad/README.md

Hello, I'm jrhemstad πŸ‘‹

About Me

  • πŸ”­ I'm currently the Engineering Manager for the team that maintains the CUDA C++ Core Libraries at NVIDIA.
  • 🌱 Previously, I was deeply involved in the RAPIDS ecosystem, where I was a primary maintainer and designer for the libcudf and RMM libraries.
  • πŸš€ I helped kickstart and maintain the cuCollections project for GPU-acelerated data structures like hash tables.
  • πŸ’‘ I'm passionate about building high-quality, high-performance CUDA C++ software.
  • 🎯 My mission is to make CUDA C++ more delightful for developers.

Publications & Presentations

Connect with Me

jrhemstad's GitHub stats

Pinned

  1. rapidsai/cudf rapidsai/cudf Public

    cuDF - GPU DataFrame Library

    C++ 7.5k 844

  2. rapidsai/rmm rapidsai/rmm Public

    RAPIDS Memory Manager

    C++ 434 183

  3. NVIDIA/thrust NVIDIA/thrust Public archive

    [ARCHIVED] The C++ parallel algorithms library. See https://github.com/NVIDIA/cccl

    C++ 4.8k 758

  4. How to build with Ninja How to build with Ninja
    1
    ## How to Use Ninja
    2
    
                  
    3
    1. Install Ninja
    4
    ```
    5
    sudo apt install ninja-build