"llm/llama.cpp/vscode:/vscode.git/clone" did not exist on "77203200d110d0ba2adb9dae8c176d7684978623"
  1. 04 Mar, 2022 4 commits
  2. 03 Mar, 2022 4 commits
  3. 02 Mar, 2022 2 commits
  4. 01 Mar, 2022 4 commits
  5. 28 Feb, 2022 8 commits
  6. 26 Feb, 2022 2 commits
  7. 25 Feb, 2022 5 commits
  8. 24 Feb, 2022 1 commit
    • Paul Fultz II's avatar
      Some cmake fixes and updates (#1088) · cd0a4aa5
      Paul Fultz II authored
      Make doc/CMakeLists.txt standalone
      Switch to use rocm-cmake modules for document generation
      Add CONFIGURE_DEPENDS to file(GLOB) so it will update without an explicit cmake run
      Add STRINGS property for build type to make it easier to switch build types with ccmake
      Various fixes and improvements
      cd0a4aa5
  9. 23 Feb, 2022 1 commit
    • Shucai Xiao's avatar
      Keep std shape (#1059) · 98dfdf15
      Shucai Xiao authored
      This PR is the resolve two problems in the issue#999, i.e., non_standard_shape input to reshape and reduce_mean.
      Three fixes:
      
      Any operator that has a standard shape requirement will add a contiguous input for its input.
      Eliminate_contiguous, when computing whether a contiguous can be removed, we should use all the updated args, not just the one that is being checked.
      In two optimization in the simplify_reshape, we remove the contiguous in the reshaper name list, since eliminate_contiguous will remove the contiguous if it can be removed.
      the solution is add an attribute to the operator that requires standard input shape, then in the auto_contiguous pass, add a contiguous to every input of such operators.
      98dfdf15
  10. 19 Feb, 2022 2 commits
  11. 16 Feb, 2022 2 commits
  12. 11 Feb, 2022 1 commit
  13. 09 Feb, 2022 4 commits