Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add missing thrust includes to transpose.cuh (#575)
Including `raft/linalg/transpose.cuh` appears to work today, but a few weeks ago it didn't because of these missing includes. Either way, these should be here because they're used. I can't figure out how to get include-what-you-use to process .cuh files, but that would be a nice check for all of the RAPIDS repos. Authors: - Zach Bjornson (https://github.com/zbjornson) Approvers: - Corey J. Nolet (https://github.com/cjnolet) URL: #575
- Loading branch information