Results 49 comments of trixirt

A usecase where this would be helpful. https://github.com/pytorch/pytorch/issues/149809

This is a request for a header only install path. Just copying the headers will not provide a cmake install that other packages like pytorch can search for.

I can not see the details on the failures, on a working build with a compiler that supported these options this should have been a noop. is a non working...

> Honestly, a lot of the /opt/rocm paths could be replaced with @CMAKE_INSTALL_PREFIX@ with templating (see https://cmake.org/cmake/help/latest/command/configure_file.html) This sounds like a good idea for the cmake buildable rocm packages. I...

A requirement is not to use EPEL as EPEL is not supported, whereas RHEL's libstdc++ is supported.

CLA has been signed, anything else ?

In fedora it is, here is the in-box patch. https://src.fedoraproject.org/rpms/hipfort/blob/rawhide/f/0001-hipfort-remove-build-type-check.patch

I am building miopen as a package for Fedora, by the time it gets to me, all the development / compiler fixes should have been done. And Fedora's clang-tidy is...

The development environment needs to account for multiple versions of clang-tidy, On Fedora rawhide it is $ clang-tidy --version LLVM (http://llvm.org/): LLVM version 19.1.0 Optimized build. On Fedora 40 it...