1. 01 Feb, 2023 1 commit
  2. 31 Jan, 2023 1 commit
  3. 27 Jan, 2023 3 commits
  4. 26 Jan, 2023 3 commits
  5. 24 Jan, 2023 1 commit
  6. 23 Jan, 2023 1 commit
  7. 20 Jan, 2023 3 commits
  8. 19 Jan, 2023 1 commit
  9. 16 Jan, 2023 1 commit
  10. 12 Jan, 2023 1 commit
  11. 11 Jan, 2023 2 commits
  12. 10 Jan, 2023 1 commit
    • David Berard's avatar
      Remove torch.jit.fuser("fuser2") in test (#7069) · 2b16299f
      David Berard authored
      * [WIP] Remove torch.jit.fuser("fuser2") in test
      
      Internally we're considering removing support for fuser2, so we need to remove this special case from the test.
      
      * completely remove special-casing
      2b16299f
  13. 06 Jan, 2023 1 commit
  14. 04 Jan, 2023 1 commit
  15. 20 Dec, 2022 1 commit
    • Philip Meier's avatar
      migrate prototype CI to Nova (#7037) · 9851a69f
      Philip Meier authored
      * improve prototype GPU CI config
      
      * consolidate CPU and GPU prototype workflows
      
      * [REVERTME] deactivate other CI
      
      * syntax
      
      * fix name
      
      * fix echo mutex
      
      * style
      
      * fix runner
      
      * add jobname
      
      * run all prototype tests
      
      * fix mutex echo
      
      * cleanup
      
      * Revert "[REVERTME] deactivate other CI"
      
      This reverts commit c931ff2c27bbc2b04324b777ae39a6fc25e50b8a.
      
      * remove old workflows
      
      * use free GHA runner for CPU tests
      
      * Revert "use free GHA runner for CPU tests"
      
      This reverts commit a209b31387d9d14bc6446743587db244bccc2106.
      
      * [REVERTME] turn warnings into errors
      
      * try fix test warnings
      
      * fix module import in tests
      
      * revert
      
      * int -> float
      
      * [REVERTME] why do we have to mark as safe?
      9851a69f
  16. 13 Dec, 2022 1 commit
  17. 12 Dec, 2022 1 commit
  18. 09 Dec, 2022 1 commit
    • vfdev's avatar
      [proto][ci] Try add GPU ci for prototype transforms (#6919) · 677fc939
      vfdev authored
      
      
      * Try add GPU ci for prototype transforms
      
      * Update prototype-transforms-tests-linux-gpu.yml
      
      * Update prototype-transforms-tests-linux-gpu.yml
      
      * Update prototype-transforms-tests-linux-gpu.yml
      
      * Update prototype-transforms-tests-linux-gpu.yml
      
      * Update prototype-transforms-tests-linux-gpu.yml
      
      * add small tolerance for adjust_contrast on CUDA
      
      * [skip-ci] update
      Co-authored-by: default avatarPhilip Meier <github.pmeier@posteo.de>
      677fc939
  19. 08 Dec, 2022 1 commit
  20. 07 Dec, 2022 2 commits
  21. 06 Dec, 2022 1 commit
  22. 05 Dec, 2022 2 commits
  23. 01 Dec, 2022 1 commit
  24. 30 Nov, 2022 3 commits
  25. 29 Nov, 2022 1 commit
  26. 28 Nov, 2022 2 commits
  27. 24 Nov, 2022 1 commit
  28. 17 Nov, 2022 1 commit
    • Bruno Korbar's avatar
      Bkorbar/pyavapi (#6943) · d710f3d1
      Bruno Korbar authored
      
      
      * Test: add backend parameter
      
      * VideoReader object now works on backend
      
      * Frame reading now passes
      
      * Keyframe seek now passes
      
      * Pyav backend now supports metadata
      
      * changes in test to reflect GPU decoder change
      
      * Linter?
      
      * Test GPU output
      
      * Addressing Joao's comments
      
      * lint
      
      * lint
      
      * Revert "Test GPU output"
      
      This reverts commit f62e955d7dc81bcb23b40d58ea75413b9b62e76d.
      
      * lint?
      
      * lint
      
      * lint
      
      * Address issues in build?
      
      * hopefully doc fix
      
      * Arrgh
      
      * arrgh
      
      * fix typos
      
      * fix input options
      
      * remove read from memory option in pyav
      
      * skip read from mem test for gpu and pyab be
      
      * fix test
      
      * remove unused import
      
      * Hack to get reading from memory work with pyav
      
      * patch audio test
      
      * gallery change in a hope that docs won't break
      
      * check video decoder inside io
      
      * adding missing lib loading code
      
      * remove unused input
      Co-authored-by: default avatarBruno Korbar <bkorbar@quansight.com>
      Co-authored-by: default avatarJoao Gomes <jdsgomes@fb.com>
      d710f3d1