# cuda-graph-with-dynamic-parameters **Repository Path**: chenxu_ustc/cuda-graph-with-dynamic-parameters ## Basic Information - **Project Name**: cuda-graph-with-dynamic-parameters - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: release - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-07-31 - **Last Updated**: 2025-07-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README A standalone example showing a strategy to allow modifying kernel parameters and launch configurations in a graph that is created and instantiated with the stream capture APIs. It utilizes the `cudaStreamGetCaptureInfo_v2` and `cudaStreamUpdateCaptureDependencies` that are instroduced in CUDA 11.3 toolkit. This is one possible solution to the question "How does one use the stream capture to create a CUDA graph while still being able to change the parameters dynamically".