1. 29 May, 2022 2 commits
  2. 28 May, 2022 4 commits
  3. 27 May, 2022 1 commit
  4. 26 May, 2022 1 commit
  5. 25 May, 2022 1 commit
  6. 20 May, 2022 2 commits
  7. 19 May, 2022 2 commits
  8. 18 May, 2022 3 commits
  9. 16 May, 2022 5 commits
  10. 15 May, 2022 2 commits
  11. 14 May, 2022 1 commit
  12. 11 May, 2022 2 commits
  13. 07 May, 2022 2 commits
  14. 30 Apr, 2022 2 commits
  15. 29 Apr, 2022 3 commits
  16. 25 Apr, 2022 1 commit
  17. 22 Apr, 2022 3 commits
  18. 21 Apr, 2022 3 commits
    • Adam Osewski's avatar
      Convolution FWD profiler refactor. (#183) · 1a0cd5d1
      Adam Osewski authored
      * Convolution ND
      
      * Code unification across dimensions for generating tensor descriptors.
      * Example
      * Instances
      
      * Move convnd f32 instance file to comply with repo structure.
      
      * Conv 1D tensor layouts.
      
      * Formatting and use ReferenceConv
      
      * Reference ConvFwd supporting 1D and 2D convolution.
      
      * Debug printing TensorLayout name.
      
      * Conv fwd 1D instance f32
      
      * Refactor conv ND example.
      
      Needed to support various conv dimensio.
      
      Needed to support various conv dimensions
      
      * Rename conv nd example director to prevent conflicts.
      
      * Refactor some common utility to single file.
      
      Plus some tests.
      
      * Refactor GetHostTensorDescriptor + UT.
      
      * Add 1D test case.
      
      * Test reference convolution 1d/2d
      
      * Remove some leftovers.
      
      * Fix convolution example error for 1D
      
      * Refactor test check errors utility function.
      
      * Test Conv2D Fwd XDL
      
      * More UT for 1D case.
      
      * Parameterize input & weight initializers.
      
      * Rename example to prevent ...
      1a0cd5d1
    • JD's avatar
      Fix `clang-format` (#189) · 7353ec0c
      JD authored
      * Fix clang-format filepath
      
      * update docker and fix format
      7353ec0c
    • zjing14's avatar
      removed unused lds loads (#196) · 860e291c
      zjing14 authored
      860e291c