-
Notifications
You must be signed in to change notification settings - Fork 91
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
migration errors in cub and thrust #1127
Comments
Pls provide a reproducer and the steps on how to reproduce this issue, so that we can do a further investigation. |
After reading the post, I tried to run the example https://github.com/NVIDIA/cub/blob/main/examples/block/example_block_radix_sort.cu. I observe the following message, but the migration does not produce any errors. warning: DPCT1007:5: Migration of cub::StoreDirectStriped is not supported |
|
Another example is the CUB's run length encoding. It seems that DPCT does not convert the function. https://github.com/zjin-lcf/HeCBench/blob/master/rle-cuda/main.cu |
@tomflinda |
@tims111 Okay, thanks for your feedback, I will close this issue, if you find any problems in future, pls feel free to open new issues to us. |
@tomflinda Ok. Thank you. |
while migrating a pytorch file, following errors are observed, any idea? Thanks!
The text was updated successfully, but these errors were encountered: