Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
vector<vector<string>>をカーネル OpenCLに渡す必要があります。それを行う最も簡単な方法は何ですか?を渡すとchar***エラーが発生します:
vector<vector<string>>
char***
__kernel void vadd( __global char*** sets, __global int* m, __global long* result) {}
エラー: clBuildProgram(CL_BUILD_PROGRAM_FAILURE)