- Notifications
You must be signed in to change notification settings - Fork0
SJTU CS473 course: GPU Computing and Deep Learning, 2021 Spring
License
LittleQili/CS473
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
SJTU CS473 course, 2021 Spring
❗ ❗ ❗ Any forms of copying code is strictly prohibited.
The homework is about implementing RBFKernel in CUDA, and try to optimize it.
Source code and report can be foundhere.
The homework is about to draw a three-color-triangle.
Source code ofCUDA and C++,OpenGL
The homework is about to draw the Voronoi diagram and Delauny triangulation.
Source code ofCUDA: naive and jump flood algorithm; draw Delauny triangles.
Source code ofOpenGL: naive algorithm
The first part is to change themesh segmentation network structure to get higher performance. The final version of the network can be foundhere.
The second part is to do subdivision of the mesh. I referenceozkanyumsak's inmy work.
Report can be foundhere (Only Chinese version).