You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How you installed CompilerGym (conda, pip, source): source
OS: macOS 12.0.1
Python version: 3.8
GCC/clang version (if compiling from source): Apple clang 12.0.5
Bazel version (if compiling from source):
Versions of any other relevant libraries:
You may use the PyTorch environment collection script
to generate most of this information. You can get the script and run it with:
wget https://raw.githubusercontent.com/pytorch/pytorch/master/torch/utils/collect_env.py
# For security purposes, please check the contents of collect_env.py before running it.
python collect_env.py
The text was updated successfully, but these errors were encountered:
ChrisCummins
changed the title
Segmentation fault during Protocol buffer compilation fails on macOS 12.0.1
Segmentation fault during Protocol buffer compilation on macOS 12.0.1
Nov 29, 2021
🐛 Bug
The version of protoc used by the CompilerGym build segfaults on macOS 12.0.1:
Thanks @mostafaelhoushi for discovering this!
To Reproduce
Steps to reproduce the behavior:
make distclean
.Environment
Please fill in this checklist:
You may use the PyTorch
environment collection script
to generate most of this information. You can get the script and run it with:
wget https://raw.githubusercontent.com/pytorch/pytorch/master/torch/utils/collect_env.py # For security purposes, please check the contents of collect_env.py before running it. python collect_env.py
The text was updated successfully, but these errors were encountered: