- 14 Jul, 2022 2 commits
-
-
kgajdamo authored
* Replace unordered_map with a faster version * clone recursively repo when testing Co-authored-by:Matthias Fey <matthias.fey@tu-dortmund.de>
-
Matthias Fey authored
-
- 13 Jul, 2022 1 commit
-
-
Anil Radhakrishnan authored
-
- 30 Jun, 2022 3 commits
-
-
rusty1s authored
-
Matthias Fey authored
* PyTorch 1.12 support * version up
-
Matthias Fey authored
-
- 25 Jun, 2022 1 commit
-
-
rusty1s authored
-
- 18 May, 2022 1 commit
-
-
rusty1s authored
-
- 26 Apr, 2022 1 commit
-
-
Rex Ying authored
-
- 25 Apr, 2022 2 commits
-
-
Matthias Fey authored
* temporal neighbor sampling adjustments (part2) * fix
-
Matthias Fey authored
* version up * formatting * fix * reset * revert * temporal neighbor sampling adjustments * typo
-
- 22 Apr, 2022 2 commits
-
-
Matthias Fey authored
* version up * formatting * fix * reset * revert
-
Rex Ying authored
* temporal sample * hetero_neighbor_sample temporal * api * remove redundant function * refactor * remove catch output * debug compile * testing env * debug * debug * debug * debug * debug * revert * node time data should not be const * Update csrc/cpu/neighbor_sample_cpu.cpp Co-authored-by:
Matthias Fey <matthias.fey@tu-dortmund.de> * Update csrc/cpu/neighbor_sample_cpu.cpp Co-authored-by:
Matthias Fey <matthias.fey@tu-dortmund.de> * Update csrc/cpu/neighbor_sample_cpu.cpp Co-authored-by:
Matthias Fey <matthias.fey@tu-dortmund.de> * Update csrc/cpu/neighbor_sample_cpu.cpp Co-authored-by:
Matthias Fey <matthias.fey@tu-dortmund.de> * temporal template * compilation fixes Co-authored-by:
Matthias Fey <matthias.fey@tu-dortmund.de>
-
- 20 Apr, 2022 1 commit
-
-
Matthias Fey authored
* adjust tensor creation * update
-
- 16 Apr, 2022 1 commit
-
-
Alessandro Pacchioni authored
Co-authored-by:Alessandro Pacchioni <apacchioni@ambarella.com>
-
- 02 Apr, 2022 1 commit
-
-
Zeyuan Tan authored
* torch randint * update * fix type * update * add test Co-authored-by:rusty1s <matthias.fey@tu-dortmund.de>
-
- 25 Mar, 2022 1 commit
-
-
rusty1s authored
-
- 22 Mar, 2022 1 commit
-
-
Matthias Fey authored
* cmake fixes * update * update * update * update * reset
-
- 21 Mar, 2022 3 commits
-
-
Matthias Fey authored
-
rusty1s authored
-
Padarn Wilson authored
* fixing neighbour sampling when repeated nodes * fix problem with indexing * reset * reset * reset * add tests Co-authored-by:rusty1s <matthias.fey@tu-dortmund.de>
-
- 12 Mar, 2022 1 commit
-
-
rusty1s authored
-
- 11 Mar, 2022 6 commits
- 09 Feb, 2022 1 commit
-
-
Michał Marcinkiewicz authored
* Fixes for build with the new pytorch * Fixes for build with the new pytorch * Fixes for build with the new pytorch
-
- 03 Feb, 2022 1 commit
-
-
Amit Aflalo authored
* mac arm64(m1) * linting * # Compile for mac arm64 * # Compile for mac arm64 * removing .DS_Store
-
- 01 Feb, 2022 1 commit
-
-
Daniel Falbel authored
* Mark exported symbols with `SPARSE_API` so they are available in the DLL on WIndows. * Export symbols by default in the Python library. * Sync headers with implementation. * Include the `SPARSE_API` macro. * Fix linting issue.
-
- 30 Jan, 2022 1 commit
-
-
Daniel Falbel authored
* Add `WITH_PYTHON` to conditionally link to Python. * Only include `Python.h` when WITH_PYTHON is set. * Avoid including extensions.h as it includes Python.h. * Better way to include `getpid()`. * Define `WITH_PYTHON` when building with setup.py. * Only include Pyinit when building with Python. * Only include Pyinit when building with Python.
-
- 26 Jan, 2022 1 commit
-
-
Nick Stathas authored
* Uses the `trust_data` invariant to skip blocking assertions, when unnecessary, during construction of `SparseStorage` objects. * Refactors the dtype and device transfer APIs to align with `torch.Tensor` while maintaining backward compatibility. * No longer constructs dummy tensors when changing dtype or device.
-
- 14 Jan, 2022 1 commit
-
-
bwdeng20 authored
* fix(`SparseTensor.__getitem__`): support `np.ndarray` and fix `List[bool]` support indexing with np.ndarray & fix bug merging from indexing with List[bool] * style(tensor, test_tensor): pep8 E501 too long support indexing with np.ndarray & fix bug merging from indexing with List[bool] * update * typo * typo Co-authored-by:
tim <dbwtimteo@outlook.com> Co-authored-by:
rusty1s <matthias.fey@tu-dortmund.de>
-
- 13 Nov, 2021 1 commit
-
-
rusty1s authored
-
- 22 Oct, 2021 3 commits
- 18 Oct, 2021 2 commits
-
-
Feng Shi authored
* Create spadd.py Hi, Maybe it's trivial to have this function, but I still think it'll be helpful and it looks neat when applying matrix addition, i.e., C = A + B. Thanks * update * update * fix jit Co-authored-by:rusty1s <matthias.fey@tu-dortmund.de>
-
Matthias Fey authored
Update storage.py
-