Problem Description
This function is supposed to perform test discovery during compilation - this is how it used to work in older versions of HIP (while tests were still part of that repo).
Without this functionality we have to run the test discovery at runtime which in our case takes 70s. So to run a single 1 second long test, it takes us 71s which hinders development.
Additionally, even when using the runtime discovery path, the discovered tests are not being cached which is also a regress from the old HIP.
Operating System
Ubuntu
CPU
Intel
GPU
Intel Arc
ROCm Version
None
ROCm Component
No response
Steps to Reproduce
No response
(Optional for Linux users) Output of /opt/rocm/bin/rocminfo --support
No response
Additional Information
No response