Tags: ROCm/rocFFT
Tags
Implemented 1D kernels for factorizable sizes < 1024
Implemented 1D kernels for factorizable sizes < 1024
Allow multi-gpu testing on systems without direct peer access * Allow multi-gpu testing on systems without direct peer access * remove CheckAccess function
Allow multi-gpu testing on systems without direct peer access * Allow multi-gpu testing on systems without direct peer access * remove CheckAccess function
Allow multi-gpu testing on systems without direct peer access * Allow multi-gpu testing on systems without direct peer access * remove CheckAccess function
SWDEV-428379 - Set LD_LIBRARY_PATH for executing the binaries from bu… …ild directory (#449) * SWDEV-428379 - Set LD_LIBRARY_PATH for executing the binaries from build directory The binaries rocfft_aot_helper and stockham_aot are getting executed from build directory during build time. The hardcoded RUNPATH in this binaries are helping to find the required libraries. Hardcoded RUNPATH will be removed and will be having relative RUNPATH with respect to install directory. LD_LIBRARY_PATH need to set during build time for a successfull exectuion of the binaries * SWDEV-436762 - Honor the LD_LIBRARY_PATH set by build scripts In ASAN build, the environment variable LD_LIBRARY_PATH is used to set libclang_rt.asan.so library path. Use the LD_LIBRARY_PATH provided by build script * SWDEV-437149 - Add RPATH to the binary rocfft_rtc_helper Since the binary is installed in /opt/rocm-ver/lib/rocfft/version_string folder, it need relative RPATH $ORIGIN/../../../lib to find rocm libraries
PreviousNext