Ashwin Aji
Ashwin Aji
We are working on fixing the plumbing of cmake vars HSA_ROOT/ROCM_ROOT/ROCM_DIR from DAGEE->ATMI. Clearly there were a few bugs where we were assuming default ROCm paths. Thanks for your patience....
I am trying something similar with ROCm 6. I am getting errors for `scatter_min` and `scatter_max` -- but `scatter_mean` and `scatter_sum` work fine! I installed PT for ROCm 6 like...
I must note that this issue is not there when I use PT2.0.1+rocm5.3. It only manifests when we try PT2.2+ROCm5.7 or 2.3.0.dev20240219+rocm6.0
> > I must note that this issue is not there when I use PT2.0.1+rocm5.3. It only manifests when we try PT2.2+ROCm5.7 or 2.3.0.dev20240219+rocm6.0 > > Did u try the...
The GCC/G++ version is indeed 12 ``` > gcc --version gcc (GCC) 12.2.0 20220819 (HPE) ``` The OS is `SUSE Linux Enterprise Server 15 SP4` On which OS have you...
@Looong01 unfortunately, I do not have root access and do not have the privileges to upgrade the OS on this cluster. Can you suggest any alternatives?
I can make the below change without any issue. ``` diff --git a/src/runtime/core/CMakeLists.txt b/src/runtime/core/CMakeLists.txt index b0bd238..e3c301b 100644 --- a/src/runtime/core/CMakeLists.txt +++ b/src/runtime/core/CMakeLists.txt @@ -109,7 +109,6 @@ target_link_libraries( ${amd_comgr_LIBRARIES} ${LIBELF_LIBRARIES} ${ROCM_LIBRARIES} -...
Thanks @Looong01 and @rusty1s for the quick response!