├── LICENSE ├── README.md ├── hadamard.py ├── requirements.txt └── run.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sniklaus/pytorch-extension/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sniklaus/pytorch-extension/HEAD/README.md -------------------------------------------------------------------------------- /hadamard.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sniklaus/pytorch-extension/HEAD/hadamard.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | cupy>=5.0.0 2 | torch>=1.6.0 -------------------------------------------------------------------------------- /run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sniklaus/pytorch-extension/HEAD/run.py --------------------------------------------------------------------------------