fix indexing issue in update_joint_transforms kernel #14
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Push - AWS GPU | |
| # This workflow triggers GPU tests for pushes to main/release branches. | |
| # It replaces the old push_aws_gpu_tests.yml workflow. | |
| # Uses reusable workflows: | |
| # - aws_gpu_tests.yml | |
| on: | |
| push: | |
| paths-ignore: | |
| - "docs/**" | |
| - "**.md" | |
| jobs: | |
| run-tests: | |
| uses: ./.github/workflows/aws_gpu_tests.yml | |
| secrets: inherit |