ROCm / HIP-CPU

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

Support for building hip-tests #54

Open fwyzard opened 11 months ago

fwyzard commented 11 months ago

Would it be possible to add some kind of support for building the official (?) HIP tests at https://github.com/ROCm/hip-tests/ with HIP-CPU ?

AlexVlx commented 9 months ago

It should be possible for some, primarily for the Catch2 ones. There are some GPU / ROCm specific bits being tested that will be difficult to disentangle. I will look into it.