conan-io / wishlist

This repo is to propose libraries, frameworks, and code in general that users would like to have in conan
MIT License
49 stars 5 forks source link

aten #186

Open kindlychung opened 5 years ago

kindlychung commented 5 years ago

repo: https://github.com/zdevito/ATen

ATen: A TENsor library for C++11

ATen is fundamentally a tensor library, on top of which almost all other Python and C++ interfaces in PyTorch are built. It provides a core Tensor class, on which many hundreds of operations are defined. Most of these operations have both CPU and GPU implementations, to which the Tensor class will dynamically dispatch based on its type.

Useful for deep learning projects.

daemon commented 5 years ago

+1

Croydon commented 5 years ago

@daemon Please use GitHub reactions not "+1" comments, thanks!