Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: meta-pytorch/csprng
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: myl7/fss-prg-cuda
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 10 commits
  • 120 files changed
  • 1 contributor

Commits on Dec 11, 2023

  1. Configuration menu
    Copy the full SHA
    c2a9c71 View commit details
    Browse the repository at this point in the history
  2. Clean torchcsprng c src

    Remove unused CPU impl.
    Format code.
    myl7 committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    5bf7869 View commit details
    Browse the repository at this point in the history
  3. Add wrapper and build config

    Remove old build config.
    Move the version file.
    myl7 committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    3242959 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2024

  1. Update build config

    Update gitignore.
    Update include in code.
    myl7 committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    cca5733 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. Impl Matyas–Meyer–Oseas inside kernel

    Fix cmake language detection.
    Remove unused code.
    Only init round key once.
    myl7 committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    83633aa View commit details
    Browse the repository at this point in the history
  2. Remove part of pytorch dep

    Update cmake config to exclude headers
    myl7 committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    a2fd760 View commit details
    Browse the repository at this point in the history
  3. Rearrange cpp cmake package

    myl7 committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    6089f1c View commit details
    Browse the repository at this point in the history
  4. Drop dep torch

    myl7 committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    b666ab1 View commit details
    Browse the repository at this point in the history
  5. Update exported names

    myl7 committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    edd809d View commit details
    Browse the repository at this point in the history
  6. Link C++ and CUDA with Rust

    Going to fix the test
    myl7 committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    10350c0 View commit details
    Browse the repository at this point in the history
Loading