Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Readback results from HVM into Rust through interop #389

Draft
wants to merge 8 commits into
base: main
Choose a base branch
from
Draft

Commits on Jun 10, 2024

  1. Configuration menu
    Copy the full SHA
    a2e31d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cbd9cc6 View commit details
    Browse the repository at this point in the history
  3. Fix IO tests

    The result of the net reduction was appearing before the IO action writes to stdin.
    
    This is because the C implementation wasn't flushing it's `stdin` and `stderr` while the Rust one was.
    edusporto committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    c0a79ae View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. Configuration menu
    Copy the full SHA
    7824858 View commit details
    Browse the repository at this point in the history
  2. Improve net API

    edusporto committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    af49461 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. Add initial interop with CUDA (NOTE: not working!)

    Some tests are returning a segmentation fault.
    Still have to investigate.
    edusporto committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    688d6af View commit details
    Browse the repository at this point in the history
  2. Simplify C interop

    edusporto committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    4e14fce View commit details
    Browse the repository at this point in the history
  3. Working CUDA interop

    Problem: cudaMemcpy from device to host taking too long,
    we could try compacting the memory
    edusporto committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    20f1389 View commit details
    Browse the repository at this point in the history