Files
vporpo 04591cbc7e [SandboxVec][SeedCollector] Change vector bit width calculation (#194090)
On GPUs `TTI::getRegisterBitWidth(TargetTransformInfo::RGK_FixedWidthVector()` returns the element bit width, not the whole vector size as it does on the CPU. So this patch changes this to a call to `getLoadStoreVecRegBitWidth()`, which depends on the address space, so it also moves the calculation per seed.

This patch also adds an AMDGPU lit test directory with a simple test.
2026-04-29 11:43:15 -07:00
..