Skip to content

Latest commit

 

History

History
79 lines (51 loc) · 1.9 KB

meeting_00017_20210105.md

File metadata and controls

79 lines (51 loc) · 1.9 KB

Rust ML WG Meeting 00017

Meeting Info

Date: 20210112

Start time: 1600 ET (-5 UTC)

Zoom: https://1password.zoom.us/j/96729203181?pwd=eER6dkxoNnJxdVJoUTgvNHlrZnUyZz09

Agenda

  • Rust_RL does support Double-DQN now :)

  • New cifar-ten version released

    • Download and extract is now automated

Participants

  • chrism
  • ricky
  • manuel
  • John Irungu

Minutes

Rust_RL Supports Double-DQN

rust_rl issue

from the rust_rl issue

New cifar-ten version released

tsuga

  • chrism working on hardcoding a convolutional layer with backpropigation

GPU

Automatic differenation of GPU Kernels

  • https://github.com/wsmoses/Enzyme
  • some successes!
    • differenate matrix multiplies and some financial code and got the right anwsers
  • you can malloc in a GPU kernel though it is very undocumented
    • will give thread-level memory
    • amount of memory per thread isn't equal to total GPU memory/number of threads
  • Rust GPU code
    • lookingo for good examples :P

MPI handling

  • in enzyme
  • (MPI == message passing interface) for distributed computing

Actions

  • Get a gpu_blas update for next meeting