Commit 2a0af000 authored by yuguo960516yuguo's avatar yuguo960516yuguo
Browse files

hipfft.so

parent ab239e0a
...@@ -394,7 +394,7 @@ void* GetROCFFTDsoHandle() { ...@@ -394,7 +394,7 @@ void* GetROCFFTDsoHandle() {
#if defined(__APPLE__) || defined(__OSX__) #if defined(__APPLE__) || defined(__OSX__)
return GetDsoHandleFromSearchPath(FLAGS_rocm_dir, "librocfft.dylib"); return GetDsoHandleFromSearchPath(FLAGS_rocm_dir, "librocfft.dylib");
#else #else
return GetDsoHandleFromSearchPath(FLAGS_rocm_dir, "librocfft.so"); return GetDsoHandleFromSearchPath(FLAGS_rocm_dir, "libhipfft.so");
#endif #endif
} }
#endif #endif
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment