"...api/git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "1b456bd5d52faa0896d9ebceed38e1d4f298a56f"
- 29 Feb, 2024 1 commit
-
-
Muhammed Fatih BALIN authored
-
- 05 Dec, 2023 1 commit
-
-
Muhammed Fatih BALIN authored
-
- 23 Nov, 2023 1 commit
-
-
Muhammed Fatih BALIN authored
-
- 22 Nov, 2023 1 commit
-
-
Muhammed Fatih BALIN authored
-
- 01 Sep, 2023 1 commit
-
-
Hugo MacDermott-Opeskin authored
Co-authored-by:Hongzhi (Steve), Chen <chenhongzhi.nkcs@gmail.com>
-
- 14 Aug, 2023 1 commit
-
-
Xin Yao authored
Signed-off-by:Xin Yao <xiny@nvidia.com>
-
- 10 Aug, 2023 1 commit
-
-
Chang Liu authored
-
- 26 Jul, 2023 1 commit
-
-
Songqing Zhang authored
Co-authored-by:Hongzhi (Steve), Chen <chenhongzhi.nkcs@gmail.com>
-
- 20 Jul, 2023 1 commit
-
-
AdamGrabowski authored
Co-authored-by:Hesham Mostafa <hesham.mostafa@intel.com>
-
- 19 Jul, 2023 1 commit
-
-
Muhammed Fatih BALIN authored
Co-authored-by:Hongzhi (Steve), Chen <chenhongzhi.nkcs@gmail.com>
-
- 14 Jul, 2023 2 commits
-
-
Muhammed Fatih BALIN authored
-
Muhammed Fatih BALIN authored
Co-authored-by:Hongzhi (Steve), Chen <chenhongzhi.nkcs@gmail.com>
-
- 13 Jul, 2023 1 commit
-
-
Muhammed Fatih BALIN authored
Co-authored-by:
Xin Yao <xiny@nvidia.com> Co-authored-by:
Rhett Ying <85214957+Rhett-Ying@users.noreply.github.com>
-
- 10 Jul, 2023 1 commit
-
-
Ilia Taraban authored
-
- 02 Jun, 2023 1 commit
-
-
Hongzhi (Steve), Chen authored
Co-authored-by:Ubuntu <ubuntu@ip-172-31-28-63.ap-northeast-1.compute.internal>
-
- 24 May, 2023 1 commit
-
-
Andrzej Kotłowski authored
Co-authored-by:Rhett Ying <85214957+Rhett-Ying@users.noreply.github.com>
-
- 17 May, 2023 1 commit
-
-
nv-dlasalle authored
[Performance Improvement] Make GPU sampling and to_block use pinned memory to decrease required synchronization (#5685)
-
- 10 May, 2023 2 commits
-
-
Ilia Taraban authored
-
Andrzej Kotłowski authored
Co-authored-by:Hongzhi (Steve), Chen <chenhongzhi.nkcs@gmail.com>
-
- 28 Apr, 2023 1 commit
-
-
Ilia Taraban authored
-
- 26 Apr, 2023 1 commit
-
-
Ilia Taraban authored
-
- 10 Apr, 2023 1 commit
-
-
peizhou001 authored
Co-authored-by:Ubuntu <ubuntu@ip-172-31-16-19.ap-northeast-1.compute.internal>
-
- 06 Apr, 2023 1 commit
-
-
Ilia Taraban authored
Co-authored-by:Hongzhi (Steve), Chen <chenhongzhi.nkcs@gmail.com>
-
- 23 Mar, 2023 1 commit
-
-
Xin Yao authored
* update for segmentMM * update for sddmm * fix a bug
-
- 15 Mar, 2023 1 commit
-
-
Daniil Sizov authored
* Enable AVX by default * Fix linting errors * Fix win64 build (libxsmm not linked) Libxsmm on Win64 is not linked, should be disabled by default * Fix clang format issues * Change lower supported cpu version to LIBXSMM_X86_AVX2 Change lower supported cpu version to LIBXSMM_X86_AVX2 to address https://github.com/dmlc/dgl/issues/3459 issue * Fix unit test Remove assumption that libxsmm is enabled in the config by default (only true for intel CPUs with AVX2 instructions) --------- Co-authored-by:
Ubuntu <ubuntu@ip-172-31-15-137.us-west-2.compute.internal> Co-authored-by:
Quan (Andy) Gan <coin2028@hotmail.com>
-
- 08 Mar, 2023 1 commit
-
-
Rhett Ying authored
-
- 01 Mar, 2023 1 commit
-
-
Kacper Pietkun authored
-
- 23 Feb, 2023 1 commit
-
-
Kacper Pietkun authored
* fixed leak in SpMMCreateBlocks * clang format
-
- 21 Feb, 2023 1 commit
-
-
peizhou001 authored
* change concurrent id hash map
-
- 16 Feb, 2023 1 commit
-
-
Songqing Zhang authored
Co-authored-by:songqing.zhang <songqing.zhang@shopee.com>
-
- 13 Feb, 2023 1 commit
-
-
Quan (Andy) Gan authored
* enable sparse on windows and mac * that was stupid * let's see what's going on.. * [Sparse] Fix the import error on Mac OS. When using template functions that are defined in source files from DGL, the loader of MacOS somehow cannot find their definitions. This fix simply avoids depending on template functions from DGL headers. With this fix, the sparse tests all pass on the MAC environment. * ok this is the problem * make errors clearer * uh * test * Update __init__.py * disabling ddp on windows --------- Co-authored-by:czkkkkkk <zekucai@gmail.com>
-
- 09 Feb, 2023 1 commit
-
-
peizhou001 authored
Add Id hash map
-
- 12 Jan, 2023 1 commit
-
-
nv-dlasalle authored
* Add failing unit test * Add fix * Remove extra newline * skip cpu test Co-authored-by:Xin Yao <yaox12@outlook.com>
-
- 06 Jan, 2023 1 commit
-
-
Andrzej Kotłowski authored
Co-authored-by:Hongzhi (Steve), Chen <chenhongzhi.nkcs@gmail.com>
-
- 15 Dec, 2022 1 commit
-
-
czkkkkkk authored
-
- 12 Dec, 2022 2 commits
-
-
czkkkkkk authored
* [Sparse] Add SpMM and SDDMM * Update * Add CSR and CSC SpMM tests
- 09 Dec, 2022 1 commit
-
-
Xin Yao authored
* fix empty tensor is treated as pinned * avoid calling cudaHostGetDevicePointer on nullptr * update empty array * add a comment
-
- 06 Dec, 2022 1 commit
-
-
Chang Liu authored
* Add support for next cusparse release * Fix lint * Add switch and tune the performance * Fix lint issue * Fine tune the heuristics * Fix lint issue * Address comments * Minor fix * Address comments
-
- 01 Dec, 2022 1 commit
-
-
Muhammed Fatih BALIN authored
* replace dgl PRNG with pcg32 * remove pcg submodule, add a simple implementation * replace pcg32 with std::mt19937_64 * fix include order * change RandomEngine to pcg32 * Remove custom pcg32 implementation, use the submodule provided by the original author. * minor bug * move include for linting * include pcg for tests too Co-authored-by:Hongzhi (Steve), Chen <chenhongzhi.nkcs@gmail.com>
-