Skip to content

Instantly share code, notes, and snippets.

@vkuzo
Created March 20, 2022 14:28
Show Gist options
  • Save vkuzo/a9b316590d0eb043f347ae2c0e8c209f to your computer and use it in GitHub Desktop.
Save vkuzo/a9b316590d0eb043f347ae2c0e8c209f to your computer and use it in GitHub Desktop.
(pytorch) vasiliy-mbp:torchdynamo vasiliy$ python setup.py develop | pastry [62/1497]
⠐ reading data from stdinIn file included from torchdynamo/_guards.cpp:3:
In file included from /Users/vasiliy/pytorch/torch/include/torch/extension.h:4:
/Users/vasiliy/pytorch/torch/include/torch/csrc/api/include/torch/all.h:4:2: error: C++14 or later compatible compiler is required to use PyTorch.
#error C++14 or later compatible compiler is required to use PyTorch.
^
In file included from torchdynamo/_guards.cpp:3:
In file included from /Users/vasiliy/pytorch/torch/include/torch/extension.h:4:
In file included from /Users/vasiliy/pytorch/torch/include/torch/csrc/api/include/torch/all.h:8:
In file included from /Users/vasiliy/pytorch/torch/include/torch/csrc/api/include/torch/data.h:3:
In file included from /Users/vasiliy/pytorch/torch/include/torch/csrc/api/include/torch/data/dataloader.h:3:
In file included from /Users/vasiliy/pytorch/torch/include/torch/csrc/api/include/torch/data/dataloader/stateful.h:3:
In file included from /Users/vasiliy/pytorch/torch/include/torch/csrc/api/include/torch/data/dataloader/base.h:3:
In file included from /Users/vasiliy/pytorch/torch/include/torch/csrc/api/include/torch/data/dataloader_options.h:4:
In file included from /Users/vasiliy/pytorch/torch/include/torch/csrc/api/include/torch/types.h:3:
/Users/vasiliy/pytorch/torch/include/ATen/ATen.h:4:2: error: C++14 or later compatible compiler is required to use ATen.
#error C++14 or later compatible compiler is required to use ATen.
^
⠄ reading data from stdinIn file included from torchdynamo/_guards.cpp:3:
In file included from /Users/vasiliy/pytorch/torch/include/torch/extension.h:4:
In file included from /Users/vasiliy/pytorch/torch/include/torch/csrc/api/include/torch/all.h:8:
In file included from /Users/vasiliy/pytorch/torch/include/torch/csrc/api/include/torch/data.h:3:
In file included from /Users/vasiliy/pytorch/torch/include/torch/csrc/api/include/torch/data/dataloader.h:3:
In file included from /Users/vasiliy/pytorch/torch/include/torch/csrc/api/include/torch/data/dataloader/stateful.h:3:
In file included from /Users/vasiliy/pytorch/torch/include/torch/csrc/api/include/torch/data/dataloader/base.h:3:
In file included from /Users/vasiliy/pytorch/torch/include/torch/csrc/api/include/torch/data/dataloader_options.h:4:
In file included from /Users/vasiliy/pytorch/torch/include/torch/csrc/api/include/torch/types.h:3:
In file included from /Users/vasiliy/pytorch/torch/include/ATen/ATen.h:7:
In file included from /Users/vasiliy/pytorch/torch/include/c10/core/Allocator.h:6:
In file included from /Users/vasiliy/pytorch/torch/include/c10/core/Device.h:3:
/Users/vasiliy/pytorch/torch/include/c10/core/DeviceType.h:15:6: warning: scoped enumerations are a C++11 extension [-Wc++11-extensions]
enum class DeviceType : int8_t {
^
/Users/vasiliy/pytorch/torch/include/c10/core/DeviceType.h:41:1: error: unknown type name 'constexpr'
constexpr DeviceType kCPU = DeviceType::CPU;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment