ATen icon indicating copy to clipboard operation
ATen copied to clipboard

How to build on Windows

Open kirill-pinigin opened this issue 6 years ago • 0 comments

I have tried to build ATen.

and

CMake Error at src/ATen/CMakeLists.txt:407 (add_subdirectory): add_subdirectory given source "E:/ATen/aten/src/ATen/../../../third_party/cpuinfo" which is not an existing directory.

CMake Error at src/ATen/CMakeLists.txt:412 (set_property): set_property could not find TARGET cpuinfo. Perhaps it has not yet been created.

CMake Error at src/ATen/CMakeLists.txt:423 (add_subdirectory): add_subdirectory given source "E:/ATen/aten/src/ATen/../../../third_party/sleef" which is not an existing directory.

CMake Error at src/ATen/CMakeLists.txt:424 (set_property): set_property could not find TARGET sleef. Perhaps it has not yet been created.

kirill-pinigin avatar May 15 '18 08:05 kirill-pinigin