Replies: 1 comment
-
Please disregard, i was looking in the wrong folder. Apologies. |
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
-
Hi,
I am working on a project to implement pytorch-dlprim (pytorch-opencl) and have encountered an issue related to a missing header file. Specifically, the common.hpp file, which is included in the CLTensor.h file, cannot be found in the project's dependencies.
I have already looked into the OpenCL-Headers folder and couldn't locate the common.hpp file there. It seems that this file might be part of the dlprim library used in the project. However, I have been unable to find the correct version of the dlprim library that includes the common.hpp file.
Could you please provide some guidance on where I can find the common.hpp file or an alternative header file(s) that can replace its functionality? Your assistance in resolving this issue would be greatly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions