Dosyalar
rocm-systems/projects/hip/tests/src
Michael LIAO e637e72364 [Device Function] Fix implementation of __bitinsert_u64
- It's a common mistake by assuming 1 << shamt would be promoted to
  64-bit, if shamt is a 64-bit integer. That's not the case. Replace
  that left shift to a 64-bit one to ensure it won't fall into undefined
  behavior.
- Fix the host-side implementation as well for device function testing.


[ROCm/hip commit: 9bd2d5746d]
2019-04-30 08:59:13 -04:00
..
2017-02-07 13:15:36 -06:00
2016-01-26 20:14:33 -06:00
2016-04-20 12:25:40 -05:00