1. 05 Aug, 2022 12 commits
  2. 02 Aug, 2022 3 commits
  3. 30 Jul, 2022 1 commit
  4. 29 Jul, 2022 1 commit
    • Umang Yadav's avatar
      Avoid registering host buffer ptr multiple times during hip copies (#1245) · 7596f3f1
      Umang Yadav authored
      Currently, while copying a host buffer to the device, it first registers/maps the host buffer pointer to address space of the device.
      
      If the host buffer has been allocated by the hipHostMalloc then, it is implicitly registered to the device's address space, and no need to register again. This PR adds a check for the same.
      7596f3f1
  5. 27 Jul, 2022 2 commits
  6. 25 Jul, 2022 3 commits
    • Ted Themistokleous's avatar
      Add onnx mod operator (#1302) · 77e80b8e
      Ted Themistokleous authored
      * Add in changes for onnx Mod operator
      
      Initial operator for mod implementation and test cases for integer and floating based types.
      
      Need to use fmod from stdlib for floating point types. half_float::half thankfully is specced to the use the existing std::fmod() call when looking at the half.hpp implementation.
      
      fmod_flag should mirror the onnx fmod attribute. Right now using a floating point type without setting that on the user side to true will result in an exception.
      
      Ref ticket #1283 
      77e80b8e
    • 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
    • Chris Austen's avatar
      Add performance testing yamls (#1313) · 637d1a7b
      Chris Austen authored
      * Add performance check per commit
      637d1a7b
  7. 22 Jul, 2022 1 commit
  8. 21 Jul, 2022 2 commits
  9. 19 Jul, 2022 3 commits
  10. 15 Jul, 2022 1 commit
  11. 12 Jul, 2022 5 commits
  12. 11 Jul, 2022 2 commits
  13. 08 Jul, 2022 4 commits