how to use __as_b32
and __as_ptr_remote_dsmem
in my own cuda code?
#1260
Unanswered
hellboywyh
asked this question in
Q&A
Replies: 2 comments
-
The ptx_helper_functions header is inside an internal header with a reserved identifier. You should never include them on your own. Rather than that you should include the respective parent header, in this case |
Beta Was this translation helpful? Give feedback.
0 replies
-
Oh, is it possible that you are on windows and it has issues with path depth / length? Please see whether it helps if you move cccl to a different folder like C:/src/cccl |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I use
__as_b32
and__as_ptr_remote_dsmem
in my cuda code as follows:and I have added the including as follow:
#include<__cuda/ptx/ptx_helper_functions.h>
and I compile it with the option
-Icccl/libcudacxx/libcxx/include
then I got the following error:
Is there anyone can help to solve this problem?
Beta Was this translation helpful? Give feedback.
All reactions