GithubHelp home page GithubHelp logo

ficstamas / pyg-lib-fugaku Goto Github PK

View Code? Open in Web Editor NEW

This project forked from pyg-team/pyg-lib

0.0 0.0 0.0 427 KB

Low-Level Graph Neural Network Operators for PyG

Home Page: https://pyg-lib.readthedocs.io

License: Other

C++ 62.42% Python 25.84% C 0.20% Cuda 9.94% CMake 1.60%

pyg-lib-fugaku's Introduction

Installation

CC="fcc -Nclang -Knolargepage" CXX="FCC -Nclang -Knolargepage" LC_ALL=C pip install git+https://github.com/ficstamas/pyg-lib-fugaku.git

You can also set:

  • FVENV_PATH: Absolute path to the directory which contains your virtual environment (Default: /local)
  • FVENV_NAME: Name of your environment (Default: venv)
  • FVENV_PYTHON: Python version (Default: python3.9)

These variables are required to locate torch in the following manner:

${FVENV_PATH}/${FVENV_NAME}/lib/${FVENV_PYTHON}/site-packages/torch/share/cmake/Torch/

Faster Installation

Clone the repository to /local/ and install it locally, otherwise pip clones everything into ~/pip-req-build-* which is much slower.

git clone --recurse-submodules [email protected]:ficstamas/pyg-lib-fugaku.git /local/.tmp/pyg-lib
CC="fcc -Nclang -Knolargepage,openmp,fast" CXX="FCC -Nclang -Knolargepage,openmp,fast" LC_ALL=C pip install --verbose -I /local/.tmp/pyg-lib

pyg-lib-fugaku's People

Contributors

babymastodon avatar damianszwichtenberg avatar ficstamas avatar kgajdamo avatar mananshah99 avatar mszarma avatar olhababicheva avatar pre-commit-ci[bot] avatar puririshi98 avatar rusty1s avatar sauravmaheshkar avatar vid-koci avatar yaoyaowd avatar zechengz avatar zenotan avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.