Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 405 Bytes

File metadata and controls

6 lines (5 loc) · 405 Bytes

CudaCore_TensorCore_Acceleration

Apply Cuda C++ code to compare the runtime of finishing one CNN layer on CPU and GPU.
Then, apply different optimization methods, such as, uncoalesced tiling, coalesced tiling, etc, to observe the acceleration effects.
Eventuallly, compare the runtime of Cudacore and Tensorcore based on RTX 2080 ti.
A part of results are shown in the Simple results.pdf file.