Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
micmelesse committed Jun 21, 2024
1 parent 7c5e313 commit 4022635
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/amd_perf_kernel_nightly_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
- name: Show Git Log
run: |
echo "Git log after rebase from upstream/main to HEAD:"
git log upstream/main..HEAD --oneline --graph --decorate -n 20
git log $(git rev-parse upstream/main~2)..HEAD --oneline --graph --decorate
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Clear cache
Expand All @@ -91,4 +91,4 @@ jobs:
pytest -vvv ./python/perf-kernels/flash-attention.py
- name: Run Perf Kernels Benchmark
run: |
python ./python/perf-kernels/flash-attention.py
python ./python/perf-kernels/flash-attention.py

0 comments on commit 4022635

Please sign in to comment.