webcl-translator icon indicating copy to clipboard operation
webcl-translator copied to clipboard

OpenCL to WebCL translator

Results 6 webcl-translator issues
Sort by recently updated
recently updated
newest added

I'm trying to minify the generated WebCL program by passing the '--closure 1' option to emscripten. However, the closure compiler can't recognize WebCL APIs and will replace them with shorter...

`size_t' is not handled in [parseType](https://github.com/wolfviking0/emscripten/blob/17a8cc9ef38869eb7da96a98e8f37b06a6e38694/src/library_opencl.js#L227), and as a result, the argument in the ArrayBuffer will be interpreted as a float in clSetKernelArg.

The README says > If you build a sample using settings -s CL_VALIDATOR=1, automaticaly all the .cl file embedded are modify by the validator. You can specify parameter to the...

When the validator flag is set there is an automatic change of kernel parameter lists. However, there may be a argument mismatch during kernel-to-kernel calls. We have to decide how...

Change the render to textures of all the demo using OpenGL by using FULL_ES2 settings

See section 7 of the working draft, https://cvs.khronos.org/svn/repos/registry/trunk/public/webcl/spec/latest/index.html#7 Just so one doesnt get hung up on this in the future, There are likely others in section 7 we should account...