You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.
cub/cub/device/dispatch/dispatch_reduce_by_key.cuh:432:32: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
dim3 scan_grid_size(
^
it looks like a correct warning, probably harmless.
The text was updated successfully, but these errors were encountered:
- Issue #55: warning in cub/device/dispatch/dispatch_reduce_by_key.cuh
- Issue #59: cub::DeviceScan::ExclusiveSum can't prefix sum of float
into double
- Issue #55: warning in cub/device/dispatch/dispatch_reduce_by_key.cuh
- Issue #59: cub::DeviceScan::ExclusiveSum can't prefix sum of float
into double
Former-commit-id: 30a63fa8a01f1ffc036a14e8c06c9b7abf53aad0
- Issue NVIDIA#55: warning in cub/device/dispatch/dispatch_reduce_by_key.cuh
- Issue NVIDIA#59: cub::DeviceScan::ExclusiveSum can't prefix sum of float
into double
Former-commit-id: 30a63fa8a01f1ffc036a14e8c06c9b7abf53aad0
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
cub/cub/device/dispatch/dispatch_reduce_by_key.cuh:432:32: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
dim3 scan_grid_size(
^
it looks like a correct warning, probably harmless.
The text was updated successfully, but these errors were encountered: