ATen icon indicating copy to clipboard operation
ATen copied to clipboard

ATen: A TENsor library for C++11

Results 68 ATen issues
Sort by recently updated
recently updated
newest added

I have following error when executing `git submodule` It looks like there's some setting issue with submodules. ``` yasu@bishojo:~/oss/ATen$ git submodule fatal: no submodule mapping found in .gitmodules for path...

I decided to compile ATen to play with it a bit but hit a snag when running the snippets on the readme page. I can't seem to find the dispatch...

Please, help me. How to build cpu version of ATen on Windows Platform?

CMake Error at src/ATen/cpu/tbb/CMakeLists.txt:53 (list): list sub-command REMOVE_ITEM requires two or more arguments. I fixed it locally, can the owner please fix it and push: username@ubuntu:~/ATen/src/ATen/cpu/tbb$ git diff CMakeLists.txt diff...

per tf definition https://www.tensorflow.org/api_docs/python/tf/segment_sum Or if someone can point out how do we go about this one.

related to this issue https://github.com/pytorch/pytorch/issues/3571 Since header organization is changed, this happens again in my CentOS7 & GCC4.8.5. The problem is that `__STDC_FORMAT_MACROS` is defined after `#include `. + As...

Variable codegen seems to assume that the first argument is not nullable. Better check this.

Right now, we use `std::vector` for everything but this is really slow. We need a stack allocated fixed-size vector to make this cheap.

Support named outputs. Might be obsolete if NN autogen goes away. See: https://github.com/pytorch/pytorch/pull/3666#discussion_r153828160