1. 07 Aug, 2020 1 commit
    • Jeremy Reizenstein's avatar
      fix graph_conv test · 5d944430
      Jeremy Reizenstein authored
      Summary: The recently added part of a test was assuming that the random gpu was gpu 0.
      
      Reviewed By: nikhilaravi
      
      Differential Revision: D22948397
      
      fbshipit-source-id: 88107e19fc3118e763f95be43a614941176a08f9
      5d944430
  2. 05 Aug, 2020 1 commit
    • Jeremy Reizenstein's avatar
      gather_scatter on CPU · 7944d24d
      Jeremy Reizenstein authored
      Summary: CPU implementation of the graph convolution op.
      
      Reviewed By: nikhilaravi, gkioxari
      
      Differential Revision: D21384361
      
      fbshipit-source-id: bc96730e9727bb9aa1b0a232dcb82f0c0d12fe6b
      7944d24d
  3. 24 Apr, 2020 1 commit
    • Nikhila Ravi's avatar
      Cuda updates · c3d636dc
      Nikhila Ravi authored
      Summary:
      Updates to:
      - enable cuda kernel launches on any GPU (not just the default)
      - cuda and contiguous checks for all kernels
      - checks to ensure all tensors are on the same device
      - error reporting in the cuda kernels
      - cuda tests now run on a random device not just the default
      
      Reviewed By: jcjohnson, gkioxari
      
      Differential Revision: D21215280
      
      fbshipit-source-id: 1bedc9fe6c35e9e920bdc4d78ed12865b1005519
      c3d636dc
  4. 29 Mar, 2020 1 commit
    • Patrick Labatut's avatar
      Address black + isort fbsource linter warnings · d57daa6f
      Patrick Labatut authored
      Summary: Address black + isort fbsource linter warnings from D20558374 (previous diff)
      
      Reviewed By: nikhilaravi
      
      Differential Revision: D20558373
      
      fbshipit-source-id: d3607de4a01fb24c0d5269634563a7914bddf1c8
      d57daa6f
  5. 23 Mar, 2020 1 commit
    • Jeremy Reizenstein's avatar
      use assertClose · 595aca27
      Jeremy Reizenstein authored
      Summary: use assertClose in some tests, which enforces shape equality. Fixes some small problems, including graph_conv on an empty graph.
      
      Reviewed By: nikhilaravi
      
      Differential Revision: D20556912
      
      fbshipit-source-id: 60a61eafe3c03ce0f6c9c1a842685708fb10ac5b
      595aca27
  6. 12 Mar, 2020 1 commit
    • Patrick Labatut's avatar
      Remove shebang line when not strictly required · 3c71ab64
      Patrick Labatut authored
      Summary: The shebang line `#!<path to interpreter>` is only required for Python scripts, so remove it on source files for class or function definitions. Additionally explicitly mark as executable the actual Python scripts in the codebase.
      
      Reviewed By: nikhilaravi
      
      Differential Revision: D20095778
      
      fbshipit-source-id: d312599fba485e978a243292f88a180d71e1b55a
      3c71ab64
  7. 23 Jan, 2020 1 commit