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.
新しい配列を作成せずにJOCLでカーネルにスカラーパラメータを渡す方法はありますか? C++ では、スカラー パラメーター (int など) を単純に void* にキャストできます。
はい、スカラー引数をカーネルに渡す putArg(float)、putArg(int) などのメソッドがあります。
彼らの例を見てみましょう。