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.
ビデオ処理を行う OpenCL プログラムを用意します。小さいビデオでは問題なく動作しますが、入力が 200 フレームを超えると、OpenCL は clEnqueueNDRangeKernel で 210 フレーム後に「CL_MEM_OBJECT_ALLOCATION_FAILURE エラー実行 CL_COMMAND_NDRANGE_KERNEL」エラーをスローします。その背後にある理由は、解放されていないバッファである可能性があると考えました。しかし、私はすべてをコントロールしました。