Skip to content

Tags: ROCm/rocFFT

Tags

rocm-6.2.4

Toggle rocm-6.2.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Convert changelog to new standard format

rocm-test-09212024

Toggle rocm-test-09212024's commit message
rocFFT 1.0.30 for ROCm 6.3.0

rocm-6.2.2

Toggle rocm-6.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Implemented 1D kernels for factorizable sizes < 1024

rocm-6.2.1

Toggle rocm-6.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Implemented 1D kernels for factorizable sizes < 1024

rocm-6.2.0

Toggle rocm-6.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #491 from eng-flavio-teixeira/bitwise_repro_tests_…

…fix_6.2

Fix GTest skip/fail propagation throughout bitwise repro tests

rocm-6.1.2

Toggle rocm-6.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Allow multi-gpu testing on systems without direct peer access

* Allow multi-gpu testing on systems without direct peer access

* remove CheckAccess function

rocm-6.1.1

Toggle rocm-6.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Allow multi-gpu testing on systems without direct peer access

* Allow multi-gpu testing on systems without direct peer access

* remove CheckAccess function

rocm-6.1.0

Toggle rocm-6.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Allow multi-gpu testing on systems without direct peer access

* Allow multi-gpu testing on systems without direct peer access

* remove CheckAccess function

rocm-6.0.2

Toggle rocm-6.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

rocm-6.0.0

Toggle rocm-6.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
cmake: add rider symlink to packages