Anthony Liot

Results 10 comments of Anthony Liot

HI @toaarnio, if I aligned the sub buffer it's removing the error message but unfortunately is not working. The weird part is the result I receive. The sample in C++...

Hi @toaarnio, if I use a for loop on each event it's working. But I print the context for each event and the context is the same : I add...

The sample webcl is (with the error): http://wolfviking0.github.io/webcl-translator/build_book/index.html?sample=3&gl=off&title=Buffer%20and%20Sub-buffer The original c++ version is : https://code.google.com/p/opencl-book-samples/source/browse/trunk/src/Chapter_7/SimpleBufferSubBuffer/simple.cpp

Unfortunately I still have the error with the last version :(

Thanks the arch seems good, I build your makefile and I successfully create the binary. Still have this problem when the code build the kernel. All the sample I test,...

Yes for Mac and iOS but not only, I am also thinking for Android.

Hi, I push a fix for support size_t let me know if it's working for you

Hi, I push a quick fix for support only -s CL_VALIDATOR=1 without -s CL_VAL_PARAM='[""]' Let me know if it's working for you.

Sorry for no respond to this. The option --closure 1 need a lot of change inside the translator. All my sample are using ASM_JS and I don't use anymore closure...

For the moment I have a general warning when the Kernel Parse find some unknown type that include struct. But I can't make an assert because could be work like...