Replies: 1 comment
-
I think atomicMax is not a keyword in cuda c++, just a library function, so it can be redefined. |
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
-
When I read the src code of cuda in the project, I find the atomicMax function declaration in pytorch3d\csrc\pulsar\cuda\commands.h:line145. And in cuda runtime functions, it already has a same one. It’s interesting that there is no error when building the project with enabled CUDA support from source code. In my mind, the two functions will be conflict when building. Does anyone have an idea about it?. Thanks.
Beta Was this translation helpful? Give feedback.
All reactions