[PATCH] D51484: [OpenCL] Add support of cl_intel_device_side_avc_motion_estimation extension

Alexey Sotkin via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Nov 2 07:35:07 PDT 2018


AlexeySotkin added inline comments.
Herald added a reviewer: shafik.


================
Comment at: lib/Sema/SemaInit.cpp:8073
+      assert((Step->Type->isEventT() || Step->Type->isQueueT() ||
+              Step->Type->isOCLIntelSubgroupAVCType) &&
              "Wrong type for initialization of OpenCL opaque type.");
----------------
`isOCLIntelSubgroupAVCType) -> isOCLIntelSubgroupAVCType())`


https://reviews.llvm.org/D51484





More information about the cfe-commits mailing list