Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test_gt golden pcc fix #1224

Open
tapspatel opened this issue Nov 11, 2024 · 0 comments
Open

test_gt golden pcc fix #1224

tapspatel opened this issue Nov 11, 2024 · 0 comments

Comments

@tapspatel
Copy link
Contributor

test_gt
-----------executing golden comparision-----------
found location=0
PCC=-0.018381045457270907
Max ATOL Delta: nan, Max RTOL Delta: nan, PCC: -0.018381045457270907
-----------finished executing golden comparision-----------

repro

# mlir
source env/activate
cmake -G Ninja -B build -DCMAKE_BUILD_TYPE=Release -DCMAKE_C_COMPILER=clang-17 -DCMAKE_CXX_COMPILER=clang++-17 -DCMAKE_CXX_COMPILER_LAUNCHER=ccache -DTTMLIR_ENABLE_RUNTIME=ON -DTT_RUNTIME_ENABLE_PERF_TRACE=ON -DTTMLIR_ENABLE_RUNTIME_TESTS=ON -DTTMLIR_ENABLE_STABLEHLO=ON -DTT_RUNTIME_DEBUG=ON
cmake --build build

# ttrt
source env/activate
cmake --build build -- ttrt

ttrt query --save-artifacts
export SYSTEM_DESC_PATH=/path/to/system/file/from/previous/command

python python/test_infra/test_ttir_ops_ttnn.py
ttrt run test_gt.ttnn --golden
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant