1. 28 Jul, 2022 1 commit
  2. 27 Jul, 2022 1 commit
  3. 25 Jul, 2022 1 commit
    • varunsh's avatar
      Add fpga target (#1304) · 8a30d698
      varunsh authored
      * Add is_supported to the target
      * Add get_target_assignments
      * Rename assignment to target_assignments
      * Add ref target header to test
      * Add fpga target
      * Make context const in compute
      8a30d698
  4. 22 Jul, 2022 4 commits
  5. 21 Jul, 2022 2 commits
  6. 19 Jul, 2022 6 commits
  7. 18 Jul, 2022 1 commit
  8. 12 Jul, 2022 3 commits
  9. 11 Jul, 2022 6 commits
  10. 08 Jul, 2022 5 commits
  11. 07 Jul, 2022 1 commit
    • Paul Fultz II's avatar
      Add a step to unsqeeze axis (#1242) · bd503d89
      Paul Fultz II authored
      Instead of just unsqueezing to an axis of 1 a step can be set to use instead. So instead of unsqueezing {3, 12} to {3, 1, 12} a step of 2 will unsqeeze to {3, 2, 6} instead
      bd503d89
  12. 06 Jul, 2022 1 commit
    • Paul Fultz II's avatar
      Verify load and save (#1265) · f2531606
      Paul Fultz II authored
      *In the verification tests, check that saving and reloading the program is the same program. This also fixes serialization to always load instructions in the same order. There is also fixes for deconv and quant_conv which didn't save the solution id, and was broken for serialization.
      f2531606
  13. 05 Jul, 2022 8 commits