ROCm / HIP-CPU

An implementation of HIP that works on CPUs, across OSes.
MIT License
112 stars 19 forks source link

Fix outdated examples #32

Closed drvink closed 2 years ago

drvink commented 2 years ago

These examples were failing, and they were the only ones to use INT_MAX. All the tests and other examples worked fine, so I assume these had just not been updated when some implementation detail of HIP-CPU changed.

AlexVlx commented 2 years ago

LGTM, thanks!