amd / openmm-hip

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove requirement for hipFFT

peastman opened this issue · comments

I'm trying to build using the HIP libraries from conda-forge. There aren't currently any libraries for hipFFT, which leads CMake to produce an error. It shouldn't actually be needed, since the default is to use vkFFT, but CMake still refuses to continue if it isn't present. Could that requirement be removed?

I have pushed a commit with optional hipFFT to this PR: #14