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_subtract golden pcc fix #1220

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

test_subtract golden pcc fix #1220

tapspatel opened this issue Nov 11, 2024 · 1 comment

Comments

@tapspatel
Copy link
Contributor

test_subtract
-----------executing golden comparision-----------
found location=0
PCC=-0.9999999571180089
Max ATOL Delta: 10.30126953125, Max RTOL Delta: inf, PCC: -0.9999999571180089
-----------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_subtract.ttnn --golden
@tapspatel
Copy link
Contributor 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

1 participant