Skip to content

Conversation

@cole-brower
Copy link
Collaborator

No description provided.

@copy-pr-bot
Copy link

copy-pr-bot bot commented Jan 20, 2026

This pull request requires additional validation before any workflows can run on NVIDIA's runners.

Pull request vetters can view their responsibilities here.

Contributors can view more details about this message here.

@github-actions
Copy link
Contributor

⚠️ Unsigned Commits Detected

This pull request contains 1 unsigned commit(s):

  • 2d1b79f floating-point-emulation: docker setup

All commits must be signed before this PR can be merged. Please sign your commits by following these steps:

Option 1: SSH Key Signing (Recommended)

  1. Add your SSH key to GitHub (if not already done):

  2. Configure Git to use SSH signing:

    git config --global gpg.format ssh
    git config --global user.signingkey ~/.ssh/id_ed25519.pub  # or your key path
    git config --global commit.gpgsign true
  3. Re-sign your commits:

    git rebase -i HEAD~1 --exec "git commit --amend --no-edit -S"
    git push --force

Option 2: GPG Key Signing

  1. Generate a GPG key: GitHub Docs

  2. Add the GPG key to GitHub: GitHub Docs

  3. Configure Git to sign commits:

    git config --global user.signingkey YOUR_GPG_KEY_ID
    git config --global commit.gpgsign true
  4. Re-sign your commits (same as above):

    git rebase -i HEAD~1 --exec "git commit --amend --no-edit -S"
    git push --force

For more details, see GitHub's commit signature verification docs.


This comment will be updated when you push new commits.

@brycelelbach
Copy link
Collaborator

/ok to test 2d1b79f

@cole-brower
Copy link
Collaborator Author

/ok to test 89ea94a

@cole-brower
Copy link
Collaborator Author

/ok to test 8d4c581

@brycelelbach brycelelbach force-pushed the cbrower/floating-point-emulation branch from 14f4fb3 to f173448 Compare February 4, 2026 18:47
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

Successfully merging this pull request may close these issues.

2 participants