forked from NVIDIA/cub
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove CUB_PTX_ARCH, etc from cub::DeviceSpmv.
`cub::DeviceSpmv` has not been ported to use cub::detail::ptx_dispatch and uses an older dispatch mechanism that is incompatible with nvc++. It was not ported because there are no tests and thus no way to verify whether or not the ported version works. Rather than risk breaking user code, we'll port this later, after we add tests. NV HPC doesn't require this algorithm so it's low priority for now. Tracked by NVIDIA#285.
- Loading branch information
1 parent
17a7593
commit 71d9026
Showing
2 changed files
with
64 additions
and
57 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters