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 your feature request related to a problem? Please describe.
CRC is an extremely popular utility and other vendors offer it as part of their library.
On the other hand, CUDA doesn't directly provide such functionality. Many CUDA libraries, internally and externally, reimplement the same functionalities, creating redundancy and duplicating the effort.
Describe the solution you'd like
Provide <cudax/crc> to compute the CRC of a buffer of data both on the host and on the device (single function/device)
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Is this a duplicate?
Area
CUDA Experimental (cudax)
Is your feature request related to a problem? Please describe.
CRC is an extremely popular utility and other vendors offer it as part of their library.
On the other hand, CUDA doesn't directly provide such functionality. Many CUDA libraries, internally and externally, reimplement the same functionalities, creating redundancy and duplicating the effort.
Describe the solution you'd like
Provide <cudax/crc> to compute the CRC of a buffer of data both on the host and on the device (single function/device)
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: