pytorch / csprng

Cryptographically secure pseudorandom number generators for PyTorch
https://github.com/pytorch/csprng
BSD 3-Clause "New" or "Revised" License
108 stars 25 forks source link

Conda GPU builds are broken in CI #132

Open malfet opened 3 years ago

malfet commented 3 years ago

See https://app.circleci.com/pipelines/github/pytorch/csprng/1267/workflows/0dd11b75-c7fa-4e1c-85aa-8a91bb27fd47/jobs/104663

CUDA builds are failing because it tries to compile using gcc-9.x, which is not supported by CUDA-10.X