Hi,

For this patch 
http://lists.freedesktop.org/archives/beignet/2014-May/002879.html, why are 
only DWORDs (and floats) enabled for merging? I tried adding 8-bit and 16-bit 
and saw some significant performance improvement with some of OpenCV's kernels.

+        // we only support DWORD data type merge
+        if(!ty->isFloatTy() && !ty->isIntegerTy(32)) continue;

Thanks!
Tony 
_______________________________________________
Beignet mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/beignet

Reply via email to