-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tensor #1
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jermainewang
added a commit
that referenced
this pull request
Jul 22, 2018
* jenkins init * fix * fix * fix * fix * fix * fix * fix * fix * fix * fix * fix * test succ (#1) * test succ * test fail * fix fail * fix jenkins * icon * icon * icon
Merged
jermainewang
pushed a commit
that referenced
this pull request
Oct 7, 2018
* Test CPP branch CI (#2) * Fix batching node-only graphs (#62) * fixing batching with graphs with no edges * oops forgot test * fix readme * Docker and Jenkins (#1) * docker ci cpu * install python packages * docker ci gpu * add readme * use dgl cpu image * run command in container as root * use python3 * fix test case * remove nose from docker file * docker folder readme * parallelize cpu and gpu * top level stages * comment out python2 related installation * fix * remove igraph * building for cpp * change building order * export env in test stage * withEnv * run docker container as root * fix test cases * fix test cases * minor * remove old build
VoVAllen
added a commit
that referenced
this pull request
Oct 24, 2018
mufeili
added a commit
that referenced
this pull request
Jun 28, 2020
…_edges (#1677) * Fix (#1) * Update * Fix * Fix * Update * Fix * Fix * Fix * Fix * Fixg * Fix * Fix * Fix * Fix * Fix * Fix * Fix * Fix * Add test case * Trigger CI (#2) * Update * Fix * Fix * Update * Fix * Fix * Fix * Fix * Fixg * Fix * Fix * Fix * Fix * Fix * Fix * Fix * Fix * Add test case * test * Fix (#3) * Update * Fix * Fix * Update * Fix * Fix * Fix * Fix * Fixg * Fix * Fix * Fix * Fix * Fix * Fix * Fix * Fix * Add test case * test * Fix * Fix * Roll back * Roll back * CI Co-authored-by: Minjie Wang <wmjlyjemaine@gmail.com>
kingmbc
pushed a commit
to kingmbc/dgl
that referenced
this pull request
Aug 2, 2020
…_edges (dmlc#1677) * Fix (dmlc#1) * Update * Fix * Fix * Update * Fix * Fix * Fix * Fix * Fixg * Fix * Fix * Fix * Fix * Fix * Fix * Fix * Fix * Add test case * Trigger CI (dmlc#2) * Update * Fix * Fix * Update * Fix * Fix * Fix * Fix * Fixg * Fix * Fix * Fix * Fix * Fix * Fix * Fix * Fix * Add test case * test * Fix (dmlc#3) * Update * Fix * Fix * Update * Fix * Fix * Fix * Fix * Fixg * Fix * Fix * Fix * Fix * Fix * Fix * Fix * Fix * Add test case * test * Fix * Fix * Roll back * Roll back * CI Co-authored-by: Minjie Wang <wmjlyjemaine@gmail.com>
mufeili
added a commit
that referenced
this pull request
Oct 27, 2022
* [Model] Heterogeneous graph support for GNNExplainer (#1) * add HeteroGNNExplainer * GNNExplainer for heterogeenous graph * fix typo * variable name cleanup * added HeteroGNNExplainer test * added doc indexing for HeteroGNNExplainer * Update python/dgl/nn/pytorch/explain/gnnexplainer.py Co-authored-by: Mufei Li <mufeili1996@gmail.com> * Update python/dgl/nn/pytorch/explain/gnnexplainer.py Co-authored-by: Mufei Li <mufeili1996@gmail.com> * Update python/dgl/nn/pytorch/explain/gnnexplainer.py Co-authored-by: Mufei Li <mufeili1996@gmail.com> * Update python/dgl/nn/pytorch/explain/gnnexplainer.py Co-authored-by: Mufei Li <mufeili1996@gmail.com> * Update python/dgl/nn/pytorch/explain/gnnexplainer.py Co-authored-by: Mufei Li <mufeili1996@gmail.com> * Update python/dgl/nn/pytorch/explain/gnnexplainer.py Co-authored-by: Mufei Li <mufeili1996@gmail.com> * Update python/dgl/nn/pytorch/explain/gnnexplainer.py Co-authored-by: Mufei Li <mufeili1996@gmail.com> * Update python/dgl/nn/pytorch/explain/gnnexplainer.py Co-authored-by: Mufei Li <mufeili1996@gmail.com> * Update python/dgl/nn/pytorch/explain/gnnexplainer.py Co-authored-by: Mufei Li <mufeili1996@gmail.com> * Update python/dgl/nn/pytorch/explain/gnnexplainer.py Co-authored-by: Mufei Li <mufeili1996@gmail.com> * Update python/dgl/nn/pytorch/explain/gnnexplainer.py Co-authored-by: Mufei Li <mufeili1996@gmail.com> * Update python/dgl/nn/pytorch/explain/gnnexplainer.py Co-authored-by: Mufei Li <mufeili1996@gmail.com> * Update python/dgl/nn/pytorch/explain/gnnexplainer.py Co-authored-by: Mufei Li <mufeili1996@gmail.com> * Update gnnexplainer.py Change DGLHeteroGraph to DGLGraph, and specified parameter inputs * Added ntype parameter to the explainer_node call * responding to @mufeili's comment regarding restoring empty lines at appriopiate places to be consistent with existing practices * responding to @mufeili's comment regarding restoring empty lines at appriopiate places that were missed in the last commit * docstring comments added based on @mufeili suggestions * indorporated @mufeili requested changes related to docstring model declaration. * example model and test_nn.py added for explain_graphs * explain_nodes fixed and fixed the way hetero num nodes and edges are handled * white spaces removed * lint issues fixed * explain_graph model updated * explain nodes model updated * minor fixes related to gpu compatability * cuda support added * simplify WIP * _init_masks for ennexplainer updated to match heterographs * Update * model simplified and docstring comments updated * nits: docstring udpated * lint check issues updated * lint check updated * soem formatting updated * disabling int32 testing for GNNExplainer * Update Co-authored-by: Kangkook Jee <kangkook.jee@gmail.com> Co-authored-by: ahadjawaid <94938815+ahadjawaid@users.noreply.github.com> Co-authored-by: Mufei Li <mufeili1996@gmail.com> Co-authored-by: kxm180046 <kxm180046@utdallas.edu> Co-authored-by: Kunal Mukherjee <kunmukh@gmail.com> Co-authored-by: Ubuntu <ubuntu@ip-172-31-9-26.ap-northeast-1.compute.internal> Co-authored-by: Ubuntu <ubuntu@ip-172-31-36-188.ap-northeast-1.compute.internal>
8 tasks
8 tasks
GMNGeoffrey
added a commit
to GMNGeoffrey/dgl
that referenced
this pull request
Jan 29, 2025
This is just the output of the hipify-inplace.sh and hipify-tensoradapter.py scripts with no further modifications, so probably you'll want to just spot-check. I think it will be easier to review changes to the actual HIP source directly rather than trying to thing about what the hipify script will do and since there are a decent number of changes to get the build and tests working, that seems worth it. In the end we should have a bunch of hip source files and .prehip cuda files that they can be generated from. Then we can handle organization however we want: restore the originals and have hipification be part of a build process, have the hip versions on a separate branch, etc. I put the .prehip files in a separate commit to keep things a bit cleaner. Note that this PR is based off of dmlc#1. I didn't make that the base branch though because then it would all be in my fork.
GMNGeoffrey
added a commit
to GMNGeoffrey/dgl
that referenced
this pull request
Jan 29, 2025
These changes are on the original DGL source code. These plus running `script/hipify-inplace.sh` yields the hipified version of DGL which is identical to the code currently in nod-ai#9. The version in this commit should still run with CUDA. This obviously shouldn't be merged into the same branch as PRs dmlc#1 through dmlc#9. The idea is that this would be the PR we would need for upstream (although I'm guessing they would actually want it in smaller chunks).
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
fixed repr name in set_repr