Re: [Beignet] cl_khr_fp64 on OpenCL 1.2+

2016-03-15 Thread Brian Paterni
On 03/15/2016 05:19 PM, Rebecca N. Palmer wrote: >> CMake Error: The following variables are used in this project, but they >> are set to NOTFOUND. >> Please set them or make sure they are set and tested correctly in the >> CMake files: >> CLANG_LIB >> [...] >> Please let me know what I'm missing

Re: [Beignet] cl_khr_fp64 on OpenCL 1.2+

2016-03-15 Thread Brian Paterni
On 03/15/2016 05:19 PM, Rebecca N. Palmer wrote: >> CMake Error: The following variables are used in this project, but they >> are set to NOTFOUND. >> Please set them or make sure they are set and tested correctly in the >> CMake files: >> CLANG_LIB >> [...] >> Please let me know what I'm missing

Re: [Beignet] cl_khr_fp64 on OpenCL 1.2+

2016-03-02 Thread Brian Paterni
support it from clang 3.7. > which llvm/clang version do you use? Could you update to llvm/clang 3.7 and > try again? > >> -Original Message- >> From: Beignet [mailto:beignet-boun...@lists.freedesktop.org] On Behalf Of >> Brian Paterni >> Sent: Tuesday

[Beignet] cl_khr_fp64 on OpenCL 1.2+

2016-03-01 Thread Brian Paterni
Hi Since the latest beignet release (1.1.1) provided by debian does not support double precision floating point, I ended up compiling from source and installed the latest git code locally with EXPERIMENTAL_DOUBLE enabled. Successfully, clinfo does detect the cl_khr_fp64 extension. However, the py