Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

cub:InequalityWrapper::operator() should be non-const #72

Closed
3gx opened this issue Nov 16, 2016 · 1 comment
Closed

cub:InequalityWrapper::operator() should be non-const #72

3gx opened this issue Nov 16, 2016 · 1 comment

Comments

@3gx
Copy link

3gx commented Nov 16, 2016

https://github.com/NVlabs/cub/blob/1.5.5/cub/thread/thread_operators.cuh#L99

If EqualityOp is a non-const callable, InequalityWrapper::operator() produces in compilation error. non-const will work with both non-const and const EqualityOp::operator()

@dumerrill
Copy link
Contributor

Fixed in the above commit for v1.6.3

dumerrill pushed a commit that referenced this issue Aug 11, 2017
NEELMCW referenced this issue in ROCmSoftwarePlatform/cub-hip Nov 2, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants