This repository has been archived by the owner on Apr 3, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change DeviceCount() to use the new host/device code pattern
The function DeviceCount was still using "#if CUB_PTX_ARCH == 0" to separate host code and device code. Change it to use the new pattern of "if (CUB_IS_HOST_CODE)".
- Loading branch information