Files
compute-runtime/unit_tests
Mrozek, Michal 5bae27ae51 Fix a bug in Graphics Allocations constructors.
- There was a wrong cast in Graphics Allocation constructor resulting
in wrong GPU address generation in some sporadic scenarios.
- Problem appears in 32 bit applications where void* address is cast to
uint64_t value, if c style cast is used it makes trailing bit to be
populated to higher bits constructing wrong value

0xf000000 is being casted to 0xfffffffff0000000 while it should be casted to
0x00000000f0000000
- added special cast function for further use.

Change-Id: I56d53a8e13e17cbacd127566442eea3f6a089977
2018-04-19 09:45:03 +02:00
..
2018-03-06 20:53:43 +01:00
2018-04-17 10:25:12 +02:00
2018-04-19 08:13:48 +02:00
2018-04-17 10:25:12 +02:00
2018-04-09 10:47:37 +02:00
2018-04-18 08:49:08 +02:00
2018-04-16 17:56:49 +02:00
2018-04-19 08:13:48 +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