-
Notifications
You must be signed in to change notification settings - Fork 769
OpenCL runtime not found #653
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
Comments
Can I please ask you to do a few things?
|
I will close this one because of ~2 months of inactivity from the reporter. @crtrott, feel free to re-open if the problem is still exists |
vladimirlaz
pushed a commit
to vladimirlaz/llvm
that referenced
this issue
Aug 10, 2020
This patch introduces SPV_INTEL_arbitrary_precision_fixed_point extension, which adds operations for arbitrary precision fixed point numbers. The ac_fixed datatype is represented as a pseudo type using OpTypeInt. Its parameters are: * W - total width of the datatype. It's encoded in the width of the OpTypeInt. * I - determines the position of the decimal point. * S - determines if this is a signed or an unsigned number. Full specification can be found in intel#1934 Co-authored-by: Viktoria Maksimova <viktoria.maksimova@intel.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
so I followed all the instructions for the X86 OpenCL runtime and it is not getting found. I also had to remove the nvidia.icd so it wouldn't pick that up.
Same system as in #646
The text was updated successfully, but these errors were encountered: