"src/vscode:/vscode.git/clone" did not exist on "3272b22e95ac6b1b4b5fe48aa8fe32f0dd1e912f"
  1. 24 May, 2022 1 commit
  2. 20 May, 2022 3 commits
  3. 19 May, 2022 2 commits
  4. 17 May, 2022 1 commit
  5. 13 May, 2022 1 commit
    • Chris Austen's avatar
      Update install_prereqs.sh for individual use (#1197) · 8c94ad07
      Chris Austen authored
      Our documentation indicates a user with sudo can run the install_prereqs.sh file. Turns out that the file is not complete enough to run on Ubuntu 18.04/20.04 independently. I updated the file to resolve the failures.
      
      resolves #1191
      8c94ad07
  6. 11 May, 2022 9 commits
  7. 10 May, 2022 3 commits
  8. 09 May, 2022 3 commits
  9. 06 May, 2022 5 commits
  10. 05 May, 2022 2 commits
  11. 04 May, 2022 3 commits
  12. 03 May, 2022 3 commits
  13. 02 May, 2022 1 commit
  14. 29 Apr, 2022 1 commit
  15. 27 Apr, 2022 1 commit
    • Paul Fultz II's avatar
      Add lane reduction (#1180) · 4c72cc95
      Paul Fultz II authored
      With reductions such as {2048, 2, 1456} on axes 1, this is 23x faster than using our new block_reduce, and its even over 100x faster than our original reduce_sum:
      
      # lane
      gpu::code_object[code_object=13736,symbol_name=kernel,global=2981888,local=1024,]: 0.0672928ms
      # block
      gpu::code_object[code_object=13800,symbol_name=kernel,global=39321600,local=64,]: 1.46072ms
      # original
      gpu::reduce_sum[axes={1}]: 6.73456ms
      There is some basic logic to pick between lane and block reduce automatically.
      4c72cc95
  16. 26 Apr, 2022 1 commit