Closed ksivaman closed 2 weeks ago
/te-ci
Seems reasonable once we fix the compliation error. Is there a particular bug that this is fixing?
No this isn't a bug fix. I also didn't see noticeable performance improvement in compile time, but just for better practice.
Description
There are cuda files in the paddle and pytorch extensions that neither define nor call any kernels. This PR changes them to pure c++ files.
Type of change
Changes
.cu
files to.cpp
files wherever possible.Checklist: