Files
compute-runtime/unit_tests
Artur Harasimiuk cb064abb04 fix mapImage for 1D_ARRAY
There are differences in qPitch programming between Gen8 vs Gen9+
devices and this requires special operation when image is zero-copy.

For Gen8 qPitch is distance in rows while Gen9+ it is in pixels.
Minimum value of qPitch is 4 and this causes slicePitch = 4*rowPitch on
Gen8.

To allow zero-copy we have to tell what is correct value rowPitch which
should equal to slicePitch.

Change-Id: I58dea004e3c7f9f4dfabd154d02749c15b6b0246
Signed-off-by: Artur Harasimiuk <artur.harasimiuk@intel.com>
2018-04-16 16:13:51 +02:00
..
2018-03-06 20:53:43 +01:00
2018-04-10 22:15:09 +02:00
2018-04-16 16:13:51 +02:00
2018-04-12 11:26:58 +02:00
2018-04-09 10:47:37 +02:00
2018-04-12 10:46:29 +02:00
2018-03-30 09:12:08 +02:00
2018-03-08 13:23:27 +01:00
2018-04-13 11:16:33 +02:00
2018-03-16 16:00:37 +01:00
2018-03-27 12:59:05 +02:00
2017-12-21 00:45:38 +01:00
2018-03-29 08:17:32 +02:00
2018-04-10 22:15:09 +02:00
2018-03-08 13:23:27 +01:00
2018-03-08 13:23:27 +01:00
2018-04-12 11:26:58 +02:00
2018-03-06 14:26:05 +01:00
2017-12-21 00:45:38 +01:00
2017-12-21 00:45:38 +01:00
2017-12-21 00:45:38 +01:00
2017-12-21 00:45:38 +01:00
2018-04-16 12:55:30 +02:00
2017-12-21 00:45:38 +01:00
2017-12-21 00:45:38 +01:00
2017-12-21 00:45:38 +01:00
2017-12-21 00:45:38 +01:00
2018-04-13 09:59:16 +02:00