Posts by Jiqun Tu
Simulation / Modeling / Design
Aug 23, 2022
Constructing CUDA Graphs with Dynamic Parameters
Ever since its introduction in CUDA 10, CUDA Graphs has been used in a variety of applications. A graph groups a set of CUDA kernels and other CUDA operations...
7 MIN READ
Data Science
Jul 09, 2020
Running Python UDFs in Native NVIDIA CUDA Kernels with the RAPIDS cuDF
In this post, I introduce a design and implementation of a framework within RAPIDS cuDF that enables compiling Python user-defined functions (UDF) and inlining...
12 MIN READ