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_multiply golden pcc fix #1261

Closed
tapspatel opened this issue Nov 14, 2024 · 1 comment
Closed

test_multiply golden pcc fix #1261

tapspatel opened this issue Nov 14, 2024 · 1 comment
Assignees

Comments

@tapspatel
Copy link
Collaborator

test_multiply
-----------executing golden comparision-----------
found location=0
PCC=0.021502877106256223
Max ATOL Delta: 8.521890640258789, Max RTOL Delta: 4791.91845703125, PCC: 0.021502877106256223
-----------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_multiply.ttnn --golden
@tapspatel
Copy link
Collaborator Author

resolved in PR: #1218

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

2 participants