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_div golden pcc fix #1227

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

test_div golden pcc fix #1227

tapspatel opened this issue Nov 11, 2024 · 0 comments

Comments

@tapspatel
Copy link
Contributor

test_div
-----------executing golden comparision-----------
found location=0
PCC=0.0003099921745758438
Max ATOL Delta: 38743.99609375, Max RTOL Delta: 1503072256.0, PCC: 0.0003099921745758438
-----------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_eq.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