Giter VIP home page Giter VIP logo

cudf_column's Introduction

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

cudf_column's People

Contributors

jrhemstad avatar

Watchers

 avatar  avatar

cudf_column's Issues

`device_buffer` and `host_buffer` classes

Need device_buffer and host_buffer classes that are more trivial versions of thrust::device_vector and std::vector.

device_buffer will be the object in which a column's data and bitmask will be stored.

column_view

Design a column_view class as a non-owning reference to the contents of a column. Copy constructor and destructor are trivial.

Furthermore, consider making all libcudf APIs take column_views as inputs instead of columns. Ideally, a column_view can be passed by value straight into a kernel without detriment.

Research std::string_view design for inspiration.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.