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

[Autotuner] CI Smoke Test - Resume #2097

Open
wants to merge 12 commits into
base: master
Choose a base branch
from

Conversation

luarss
Copy link
Contributor

@luarss luarss commented Jun 30, 2024

No description provided.

@luarss luarss self-assigned this Jun 30, 2024
@luarss luarss added the autotuner Flow autotuner label Aug 6, 2024
@luarss luarss force-pushed the autotuner_ci_level_4 branch from 7e2882a to 46d4265 Compare September 12, 2024 12:59
@luarss luarss marked this pull request as ready for review September 12, 2024 13:20
@luarss luarss force-pushed the autotuner_ci_level_4 branch from 532cd31 to 4507835 Compare September 13, 2024 13:10
@vvbandeira vvbandeira marked this pull request as draft October 7, 2024 19:58
@luarss luarss marked this pull request as ready for review October 10, 2024 13:53
@luarss luarss requested a review from vvbandeira October 10, 2024 13:53
@luarss luarss marked this pull request as draft October 16, 2024 09:31
@luarss luarss marked this pull request as ready for review October 17, 2024 00:33
@luarss luarss force-pushed the autotuner_ci_level_4 branch from 5c9ae13 to bc222d4 Compare December 24, 2024 03:38
@luarss luarss force-pushed the autotuner_ci_level_4 branch from bc222d4 to 49e8138 Compare January 10, 2025 14:18
@luarss luarss marked this pull request as draft January 10, 2025 17:35
luarss and others added 11 commits January 11, 2025 05:52
Signed-off-by: Jack Luar <[email protected]>
Signed-off-by: Jack Luar <[email protected]>
Signed-off-by: Jack Luar <[email protected]>
Signed-off-by: Jack Luar <[email protected]>
Signed-off-by: Jack Luar <[email protected]>
Signed-off-by: Jack Luar <[email protected]>
@luarss luarss force-pushed the autotuner_ci_level_4 branch from 49e8138 to 8b81f80 Compare January 11, 2025 06:35
Signed-off-by: Jack Luar <[email protected]>
@luarss luarss removed the autotuner Flow autotuner label Jan 11, 2025
@luarss luarss added the autotuner Flow autotuner label Jan 11, 2025
@luarss
Copy link
Contributor Author

luarss commented Jan 11, 2025

@vvbandeira For some reason this PR is not detected in the step Find PRs with Label autotuner. But tests are passing locally.

@luarss luarss marked this pull request as ready for review January 11, 2025 15:25
Comment on lines +33 to +50
# echo "Running Autotuner smoke algorithm & evaluation test"
# python3 -m unittest tools.AutoTuner.test.smoke_test_algo_eval.${PLATFORM}AlgoEvalSmokeTest.test_algo_eval

# # run this test last (because it modifies current path)
# echo "Running Autotuner remote test"
# if [ "$PLATFORM" == "asap7" ] && [ "$DESIGN_NAME" == "gcd" ]; then
# # Get the directory of the current script
# script_dir="$(dirname "${BASH_SOURCE[0]}")"
# cd "$script_dir"/../../
# latest_image=$(./etc/DockerTag.sh -dev)
# echo "ORFS_VERSION=$latest_image" > ./tools/AutoTuner/.env
# cd ./tools/AutoTuner
# docker compose up --wait
# docker compose exec ray-worker bash -c "cd /OpenROAD-flow-scripts/tools/AutoTuner/src/autotuner && \
# python3 distributed.py --design gcd --platform asap7 --server 127.0.0.1 --port 10001 \
# --config ../../../../flow/designs/asap7/gcd/autotuner.json tune --samples 1"
# docker compose down -v --remove-orphans
# fi
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
autotuner Flow autotuner
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants