1. 28 Oct, 2022 8 commits
  2. 27 Oct, 2022 5 commits
  3. 26 Oct, 2022 3 commits
  4. 25 Oct, 2022 3 commits
  5. 24 Oct, 2022 9 commits
  6. 21 Oct, 2022 10 commits
  7. 20 Oct, 2022 2 commits
    • Omkar Salpekar's avatar
      [Nova] Migrate Linux CPU job to Generic Job (#6797) · 246de077
      Omkar Salpekar authored
      * [Nova] Migrate Linux CPU job to Generic Job
      
      * branch ref for composite action job
      
      * move checkout step to separate job
      
      * added runs-on
      
      * nit fixes
      
      * no need to run conda sheel script thing
      
      * Channel is set inside the script
      
      * add remaining env vars
      
      * nit env var fix
      
      * cleanup
      
      * simplify unneeded jobs
      
      * name of the conda env should be the path
      
      * remove main ref to use PR
      246de077
    • Philip Meier's avatar
      improve perf on convert_image_dtype and add tests (#6795) · 211563fb
      Philip Meier authored
      * improve perf on convert_image_dtype and add tests
      
      * add reference tests
      
      * use bitshifts for int to int
      
      * revert bitshifts for int to int upscale
      
      * fix warning ignore
      211563fb