Skip to content
New issue

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

[CTS] compiler issue #69

Open
zhoujingya opened this issue Mar 5, 2024 · 3 comments
Open

[CTS] compiler issue #69

zhoujingya opened this issue Mar 5, 2024 · 3 comments

Comments

@zhoujingya
Copy link

目前跟这个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

@zhoujingya
Copy link
Author

ping, @yangzexia @Jules-Kong 有没有想法的

@yangzexia
Copy link
Collaborator

kernel_metadata有好几个定义,具体是哪个

@zhoujingya
Copy link
Author

kernel_metadata有好几个定义,具体是哪个

program->kernel_metada

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants