RandUser123sa
RandUser123sa
Hi, I was able to compile the project. First my rocTracer was version 6.3.1 I upgrade it to version 6.4.0 and I added param -D Tensile_ENABLE_MARKER=ON to my configure script...
After successful compiling the composable_kernel problem is solved automatic without modifications.
this way is working: echo 'Cython
Hello, I made a little investigation and I was able to compile the project. It's seems the build script should be changed some how. I download release version and after...
I'm using the release version from here https://github.com/ROCm/ROCmValidationSuite/releases/tag/rocm-7.0.1, not github version. and cmake version: 4.1.1 and if I activate ` -D RVS_ROCBLAS=1 -D RVS_ROCMSMI=1 ` The build script trying to...
The only problem in compilation is because the compiler stop on warnings -Werror,-Wunused-parameter, if they are removed the project is compiled successful and yes, I won't replace my favorite operation...
Hi @jamesxu2 I'm maintaining a small repository with ROCm 6.2 compiled binary for Slackware users. It's not official, for that reason I did not specific GPU_TARGETS. I remember reading somewhere...
@jamesxu2 Yes, I'm using release versions only and I get it with: wget https://github.com/ROCm/composable_kernel/archive/rocm-6.2.0.tar.gz The reason of different file numbers is because the compilation process take too much time and...
Hi @jamesxu2 I found the problem and resolved it. I think this is trivial error. After a close look on file CMakeLists.txt on line 292 contain include(EnableCompilerWarnings) which causing the...
Hi @jamesxu2, just to report you one more problem. When I use cmake -G Ninja for configuration like above and then I try to compile the ckProfiler with make -j...