Skip to content

Latest commit

 

History

History
97 lines (87 loc) · 4.58 KB

assignments.md

File metadata and controls

97 lines (87 loc) · 4.58 KB
layout title description nav_order
page
Assignments
Information on programming assignments.
980

Programming Assignments (PA)

PA1: Auto Differentiation and Softmax Loss

  • Release Date: Sunday, 04/21/2024
  • Starter Code: Github
  • Remember do not use a public repo for your solution!
  • Due Date: 05/12/2024
  • Upload tar to Gradescope

PA2: Tensor Program Optimization

  • Release Data: Sunday, 05/19/2024
  • Starter code: Github
  • Remember do not use a public repo for your solution!
  • Due Date: 06/02/2024
  • Upload tar to Gradescope

PA3: Tensor Parall Communication

  • Release Date: Wednesday 6/5/2024
  • Starter code: Github
  • Remember do not use a public repo for your solution!
  • Due Date: 06/14/2024
  • Upload tar to Gradescope
<script src="../assets/darkmode.js"></script> <script> window.addEventListener("DOMContentLoaded", (event) => { onLoad(); }); </script>