Tensile icon indicating copy to clipboard operation
Tensile copied to clipboard

The solution ends with an error.

Open vasslavich opened this issue 2 years ago • 0 comments

Hello, I have generated a solution. Then I'm trying to run the script 4_LibraryClient/build/run.sh:

/root/workspace/ROCm/Tensile/dgemm_007-3-asm/0_Build/client/tensile_client --config-file /root/workspace/ROCm/Tensile/dgemm_007-3-asm/4_LibraryClient/source/ClientParameters_Cij_Aik_Bkj_DB.ini --best-solution 1
loading config file /root/workspace/ROCm/Tensile/dgemm_007-3-asm/4_LibraryClient/source/ClientParameters_Cij_Aik_Bkj_DB.ini
/root/workspace/ROCm/Tensile/dgemm_007-3-asm/4_LibraryClient/library/TensileLibrary.yaml:33:39: error: unknown enumerated scalar
      value: {type: Processor, value: gfx000}
                                      ^~~~~~
Loading /root/workspace/ROCm/Tensile/dgemm_007-3-asm/4_LibraryClient/library/Kernels.so-000-gfx908-xnack-.hsaco
./run.sh: line 4: 4143079 Segmentation fault      (core dumped) /root/workspace/ROCm/Tensile/dgemm_007-3-asm/0_Build/client/tensile_client --config-file /root/workspace/ROCm/Tensile/dgemm_007-3-asm/4_LibraryClient/source/ClientParameters_Cij_Aik_Bkj_DB.ini --best-solution 1

The solution generation ends with the same message. Although the solution seems to be being created. I've attached yaml dgemm_asm.yaml.txt

And could you please to point a way to connect the winner-solution to my project? And how to run tensile_client as benchmark - it's possible, right?

Thank you advance!

vasslavich avatar Sep 27 '21 14:09 vasslavich