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
Is this for new documentation, or an update to existing docs?
Update
Describe the incorrect/future/missing documentation
Hi, this page mentions cub/device/device_for.cuh as the path for the DeviceFor function, which appears to be incorrect since there is no "device_for.cuh" in cub/device. This example refers to <cub/device/dispatch/dispatch_for.cuh>, which appears to be the correct path for device_for.cuh).
I suppose "device_for" has been renamed to "dispatch_for" but the documentation is yet to be updated.
If this is a correction, please provide a link to the incorrect documentation. If this is a new documentation request, please link to where you have looked.
Is this a duplicate?
Is this for new documentation, or an update to existing docs?
Update
Describe the incorrect/future/missing documentation
Hi, this page mentions
cub/device/device_for.cuh
as the path for the DeviceFor function, which appears to be incorrect since there is no "device_for.cuh" in cub/device. This example refers to<cub/device/dispatch/dispatch_for.cuh>
, which appears to be the correct path for device_for.cuh).I suppose "device_for" has been renamed to "dispatch_for" but the documentation is yet to be updated.
If this is a correction, please provide a link to the incorrect documentation. If this is a new documentation request, please link to where you have looked.
https://nvidia.github.io/cccl/cub/api/structcub_1_1DeviceFor.html
https://github.com/NVIDIA/cccl/blob/main/cub/cub/device/device_for.cuh
The text was updated successfully, but these errors were encountered: