vasslavich

Results 6 issues of vasslavich

c:\devzone\cppcoro>cake.bat Traceback (most recent call last): File "c:\devzone\cppcoro\tools\cake\src\run.py", line 17, in cake.main.execute() File "c:\devzone\cppcoro\tools\cake\src\cake\main.py", line 22, in execute import cake.runner File "c:\devzone\cppcoro\tools\cake\src\cake\runner.py", line 25 from cake.async import flatten ^ SyntaxError:...

Hello, could you please to give an example how to point an ISA parameter in section "BenchmarkCommonParameters" of yaml file? That ``` BenchmarkCommonParameters: - ISA: [(9, 0, 8)] ``` or...

Hello! I'm experimenting with *.yaml configurations and it is not clearly for me - can I uses GlobalReadCoalesceGroupA[B] for not transposed A and B inputs? Set option to GlobalReadCoalesceGroupA[B] :...

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:...

Hello, dear colleagues! I have two kernels which implement the same algorithm, but the first kernel does its work in the LDS, and the second kernel distributes the data between...

Hello! I've built the project on the commit 71d90788d363e65cadb2a1eee514560932eb29a7. `g++/gcc` versions are: ``` (mlir_venv) user@lnx-user:/mnt/big/devzone/torch-mlir$ g++ --version g++ (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 Copyright (C) 2021 Free Software Foundation, Inc. This is...