GitHub - navalnica/dl_sys_course_notes: Notes for CMU Deep...
Release memory on GPU Data transfer from host to device and vice versa takes a lot of time! PCIe bus introduces bottleneck by limiting the speed of memory copy between GPU and CPU. That's why we need to keep data on GPU as long as possible!GPU...