-
Notifications
You must be signed in to change notification settings - Fork 14
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
Unresolved symbol: _Z13get_global_idj on Intel GPU #102
Comments
Hi @Darwin2011 , Could you try adding We want to have a better way of dealing with device and host pointer missmatch. |
Did that help? |
Sorry for the late reply. |
Hi @Darwin2011, what sort of errors are you getting when using -m32? This should instruct compute++ to compile for a 32-bit architecture, though you will need the corresponding 32-bit header files for the program to compile correctly. It's possible that if you don't have them installed, the compilation will fail and the program will not work. If it's compiling correctly and is failing at runtime, I'll take another look and might be able to suggest some more possible fixes. |
@Darwin2011 is this still the case? |
Well, since this issue is quite old, things have changed rather dramatically - we can offer you updated instructions if you'd like them. |
Is there a step by step tutorial to build tensorflow to work for skylake GT2? I am eager to try that out on my computer. For example, which branch should I use? Are there other dependencies? Which bazel option should I use? |
Hello,
I am trying to follow your tutorial to build tensorflow with in branch dev/intel_gpu. Then I run one minimal testcases in tensorflow and it shows the following errors. Could you give me some suggestions how to run with Intel GPUs?
After some search, I find that this issue are similar to # codeplaysoftware/computecpp-sdk#19
And the following is my opencl information.
And the following is computecpp_info information.
Thanks.
The text was updated successfully, but these errors were encountered: