pytorch/caffe2
driazati 45cc207a88 Fix breakpad build + add test canary (#60990)
Summary:
Pull Request resolved: https://github.com/pytorch/pytorch/pull/60990

This makes the breakpad build more explicit in its messaging and hints to cmake where to look for the library (it wasn't able to find it without `PATHS` on CI even though that works locally). This also adds a smoke test that will fail if breakpad isn't present on a CI job where it is expected (e.g. binary builds).

Test Plan: Imported from OSS

Reviewed By: malfet

Differential Revision: D29514316

Pulled By: driazati

fbshipit-source-id: 79514363334788f311ba5d4f25deed3452f0c3eb
2021-07-06 14:15:07 -07:00
..
contrib Revert "Revert D28833086: beef up at::_ops API" (#60214) 2021-06-24 18:08:54 -07:00
core [Caffe2][Testing] Check for equality first in assertTensorEqualsWithType<float> (#61006) 2021-06-29 23:31:37 -07:00
cuda_rtc
db [caffe2] update db::Transaction::Put() to accept the value by rvalue reference (#60208) 2021-06-23 22:12:53 -07:00
distributed remove unused type: ignore directives (#60006) 2021-06-18 07:23:31 -07:00
experiments mkl_scsrmm needs to be disabled when MKL is not used (#60051) 2021-06-30 10:40:18 -07:00
ideep External stream (#59527) 2021-06-14 13:46:11 -07:00
image
mobile
mpi
observers
onnx
operators [1/n]support double for Caffe2 ScatterWeightedSum (#60402) 2021-06-29 14:17:04 -07:00
opt
perfkernels [caffe2/utils] Add explicit rule to avoid package boundary violation (#60677) 2021-06-28 14:43:30 -07:00
predictor [caffe2] Fix include of corresponding header 2021-06-28 14:45:32 -07:00
proto Fix some typing issues (#59952) 2021-06-15 14:11:06 -07:00
python [1/n]support double for Caffe2 ScatterWeightedSum (#60402) 2021-06-29 14:17:04 -07:00
quantization Delete empty caffe2/quantization/CMakeLists.txt (#59717) 2021-06-09 14:20:33 -07:00
queue
serialize Enable implicit operator versioning via number of arguments (#58852) 2021-06-15 02:07:40 -07:00
sgd use explicitly non-returning GPU atomics (#60607) 2021-06-28 18:17:29 -07:00
share
test
transforms
utils add thrust/host_vector.h header for cuda 11.4 build (#61004) 2021-07-06 12:44:56 -07:00
video
.clang-format
__init__.py
c2_aten_srcs.bzl
CMakeLists.txt Fix breakpad build + add test canary (#60990) 2021-07-06 14:15:07 -07:00
README.md
release-notes.md
requirements.txt
VERSION_NUMBER

Caffe2

Jenkins Build Status

Caffe2 is a lightweight, modular, and scalable deep learning framework. Building on the original Caffe, Caffe2 is designed with expression, speed, and modularity in mind.

Questions and Feedback

Please use GitHub issues (https://github.com/pytorch/pytorch/issues) to ask questions, report bugs, and request new features.

Further Resources on Caffe2.ai