Avtech Scientific

Results 49 comments of Avtech Scientific

Hello @simingbayer, take a look a this [issue](https://github.com/oseiskar/raytracer/issues/1) and the attached patch maybe it's relevant for your OS. Let us know whether it helped.

1. Try to use another version of OpenCL - 1.2 should work. 2. Try another OS - e.g. Debian Linux 3. The [patch](https://github.com/oseiskar/raytracer/commit/1ef3712c3ef6239ae9348175b662c1b018c8dd42) of the quoted issue contains possible solution:...

1. There is no OpenCL version 2.8.6 - current stable version is 2.1 and 2.2 has provisional status. 2.8.6 is probably the version of your driver. 3. Can you show...

Hello @jbensabat , check the cl.h file of your OpenCL, it mentions there following error: #define CL_INVALID_CONTEXT -34

Those trailing '\0' chars are delivered by buggy OpenCL drivers. The problem is that a bad driver produces them and a good driver doesn't - with the same hardware and...

Hi @cyclaero, an elegant solution, indeed. And most importantly - cl.hpp is not actually ASL, but rather an C++wrapper to OpenCL - so it is the right place to take...

We don't have this parameters file anymore, sorry...

Try to look on other examples and/or here: http://asl.org.il/documentation/

Thank you, @arcan1s , for the report. matio changes its API from time to time. We will look into it, but as long as they are only warnings - the...

Hi @andrewklitzke, thank you very much for this bug report. We have rewritten the Timer class entirely to match the C++11 standard. Please, try recent commit and tell us whether...