We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
目前跟这个clCompileProgram接口相关的问题已经定位到,最终调用pocl的接口时候,opencl的kernel_metadata还没有设置正确,测试用例:
__kernel void CopyBuffer( __global float* src, __global float* dst ) { int id = (int)get_global_id(0); dst[id] = src[id]; }
./test_compiler simple_compile_only
The text was updated successfully, but these errors were encountered:
ping, @yangzexia @Jules-Kong 有没有想法的
Sorry, something went wrong.
kernel_metadata有好几个定义,具体是哪个
program->kernel_metada
No branches or pull requests
目前跟这个clCompileProgram接口相关的问题已经定位到,最终调用pocl的接口时候,opencl的kernel_metadata还没有设置正确,测试用例:
./test_compiler simple_compile_only
The text was updated successfully, but these errors were encountered: