We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
"<THC/THC.h> no such file or directory" occured when I try to build OpenPCDet with torch1.12. I solve this problem as following:
"<THC/THC.h> no such file or directory"
OpenPCDet
torch1.12
<THC/THC.h>
ops
xxx.data<type>()
xxx.data_ptr<type>()
x.type().is_cuda()
x.is_cuda()
extern THCstate state
The text was updated successfully, but these errors were encountered:
We have solved a similar issue here: #1041. Can you look into this PR and check whether it solves your issue?
Sorry, something went wrong.
thanks. It works for me
This issue is stale because it has been open for 30 days with no activity.
This issue was closed because it has been inactive for 14 days since being marked as stale.
No branches or pull requests
"<THC/THC.h> no such file or directory"
occured when I try to buildOpenPCDet
withtorch1.12
.I solve this problem as following:
<THC/THC.h>
inops
dir.xxx.data<type>()
inops
dir withxxx.data_ptr<type>()
.x.type().is_cuda()
inops
dir withx.is_cuda()
.extern THCstate state
inops
dir.The text was updated successfully, but these errors were encountered: