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.
この質問に関して、ベクトル化された操作によって得られるパフォーマンスの向上が、convert_T() による明示的な変換によって相殺される可能性はありますか? 変数のデフォルトの型は ですunsigned char。OpenCL 2.0 を使用しています。GPU は Intel HD Graphics 530 (Gen9) です。
unsigned char
と の間に違いはconvert_int4()ありconvert_short4()ますか?
convert_int4()
convert_short4()