Alastair Murray

Results 27 comments of Alastair Murray

I had a quick look at this (it affect Anki 2.1.22 as well, unsurprisingly). Just grabbing the `furigana.py` file with the functions that were removed (https://github.com/ankitects/anki/blob/2.1.19/pylib/anki/template/furigana.py), dropping it into the...

Hello, The image says `fluid_simulation.exe` which is not in the samples as far as I can see. Does the same exception occur for all programs in the SDK? Or some...

This seems a sensible change. I wondered if it might create new warnings for existing printf code that uses "%d" to print these values, but a quick experiment suggests not.

The functions that can return those error codes are in `cl_gl.h` so perhaps they should be defined there. As for a KHR suffix, in theory yes. But `CL_INVALID_GL_OBJECT` (without `_KHR`)...

I opened a specification issue to document the requirement there as well: https://github.com/KhronosGroup/OpenCL-Docs/issues/332 For the CTS could the tests themselves not "skip" when run on a GPU device, rather than...

> Using the same framework to generate both the loader and the tests, what is the intrinsic value of the tests? Wouldn't the tests have the same blind spots as...

A similar issue came up a few days ago for the ICD: https://github.com/KhronosGroup/OpenCL-ICD-Loader/pull/98

I have merged #62 and #63, because they were quick to review. This PR can be viewed as a change on top of those. Regarding your RFC points: * I...

Hello, thank you for the report and for trying out the SDK. I tried this out myself and the problem is that all the sub-folders of 'external' are empty in...