| commit | 6ea705492c2832ded75f72201a6090136af9d369 | [log] [tgz] |
|---|---|---|
| author | Fabian Ritter <fabian.ritter@amd.com> | Mon Aug 18 15:50:07 2025 |
| committer | GitHub <noreply@github.com> | Mon Aug 18 15:50:07 2025 |
| tree | c739d0efd848aec04090898ca73b76ab7ad4b8a3 | |
| parent | 69f057c4645996a422a4ed01a3fd3a5cfa49d2f5 [diff] |
[HIP] Add a __builtin_memset test (#276) This is mostly analogous to the existing memmove test: __builtin_memset is called on the device with different lengths, in different address spaces, at different dynamic alignments, and with constant and dynamic operands. The result is compared to a reference computation on the host to ensure functional correctness of the memset lowering. Also adds a missing standard lib include to the memmove test. For SWDEV-543208.