Mika Laitio
Mika Laitio
@chboishabba, So you have put gfx803 manually as a build target on build_cfg.user? Can you check whether you have any of these files in directory builddir/021_rocFFT/library/src? - rocfft_rtc_helper - rocfft_aot_helper...
This is just a wild quess but another thing to try out is to remove these two lines - list( REMOVE_ITEM AMDGPU_TARGETS_AOT gfx803 ) - list( REMOVE_ITEM AMDGPU_TARGETS_AOT gfx900 )...
Nice, so, you got the rocFFT now build for gfx803 and gfx900? Did you remove the "list( REMOVE_ITEM AMDGPU_TARGETS_AOT gfx803 )" and list( REMOVE_ITEM AMDGPU_TARGETS_AOT gfx900 ) lines from the...
@AWilliams17 or @chboishabba I have added the rocFFT patch for gfx803. I can only build test this but I have now been able to build whole rocm sdk builder stack...
@chboishabba Sorry, I missed your question earlier. If you are using the rocm_sdk_builder directory that you have used earlier, then that will work and start building from the 021_rocFFT.binfo. babs.sh...
Sorry for not answering this one. At the moment I do not have resources to test gfx803 by myself. It's and old card but basic support should still be doable...
I close this for now as it may be too hard to start fully supporting gfx803 with rocm sdk builder. In principle the build could work at least for hip...
I did some modifications to apply patch command. Are you able to check whether it's now cleaner? ``` ./babs.sh -co ./babs.so -ap ``` I am kind of wondering should I...
rocm sdk builder bug 180 seems to be not related to this bug. rocBLAS 6.1.2 libraries build by ROCM sdk builder, did not work for gfx906 target on all apps...
PR https://github.com/ROCm/pytorch/pull/2412 fixes the build problems of pytorch vision and audio which required the pytorch that was build first to be installed. I tested by using same changes as a...