illinois-impact / ece408_project

2019 Fall ECE408 Project Resources + Requirements
77 stars 90 forks source link

readme last part bug #15

Closed Alexander5421 closed 4 years ago

Alexander5421 commented 4 years ago

"Skeleton Code Description custom/cpu-new-forward.cc and custom/new-forward.cu containes skeleton implementations for the CPU and CPU convolutions respectively. You can complete the project by modifying these two files only. custom/cpu-new-forward.h and custom/gpu-new-forward.h are the respective header files. You need not modify these files unless you need to declare your own functions.

The code in m2.cc, m3.cc, m4.cc and final.cc are the top level files that are executed for each milestone. You should not be modifying these files."

should be CPU and GPU

cwpearson commented 4 years ago

Looks like this is fixed in the master branch, which hasn't been updated in a while. Where are you seeing this?

Alexander5421 commented 4 years ago

I saw this on 2020fa

aschuh703 commented 4 years ago

Fixed