Project 0: Cindy Wei #48
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Project 0: Cindy Wei
Repo Link: https://github.com/chapiniwei50/Project0-Getting-Started
Summary
Completed the CUDA + OpenGL check, Nsight debugging/profiling, and WebGL/WebGPU verification. All screenshots are embedded in the README.
Machine: Personal laptop — NVIDIA GeForce RTX 4070 Laptop GPU (SM 8.9), Windows 10 24H2, CUDA 13.0, Visual Studio 2022, Nsight Systems/Compute 2025.3, NVIDIA driver 561.15.
What’s done
CUDA GL Check
images/and embedded in README.Nsight Debugging (VS)
kernel.cuat the bounds check.Nsight Systems
Nsight Compute
createVersionVisualization(...)..ncu-repfile).UnknownError; switched to Application mode and captured a small tile successfully.WebGL
webglreport.com/chrome://gpushowing WebGL works.WebGPU
https://webgpureport.org.Files of interest (all in
images/)cuda-gl-check_cindywei.pngnsight_debug_autos_warpinfo.pngnsight_systems_summary.png(and timeline)nsight_compute_summary.png,nsight_compute_details.png,nsight_compute_report.ncu-repwebgl_report.pngwebgpu_report.pngCMake / Build Notes
CMakeLists.txtbeyond the provided configuration (no custom flags/files added).Feedback