Skip to content

Commit

Permalink
Add test ops validation for validation workflows (pytorch#1652)
Browse files Browse the repository at this point in the history
  • Loading branch information
atalman authored Dec 28, 2023
1 parent b16ac1f commit 9c8a8dc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/scripts/validate_test_ops.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ retry git clone --depth 1 https://github.com/pytorch/pytorch.git
retry git submodule update --init --recursive
pushd pytorch

pip install expecttest pyyaml jinja2

# Run test_ops validation
export CUDA_LAUNCH_BLOCKING=1
python3 test/test_ops.py

0 comments on commit 9c8a8dc

Please sign in to comment.