pytorch/caffe2/utils
Yangqing Jia 0a809fc8b1 build changes to make cpu unified build working. (#10504)
Summary:
Properly annotated all apis for cpu front. Checked with cmake using

cmake -DUSE_ATEN=ON -DUSE_CUDA=OFF -DBUILD_ATEN=ON

and resulting libcaffe2.so has about 11k symbols.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/10504

Reviewed By: ezyang

Differential Revision: D9316491

Pulled By: Yangqing

fbshipit-source-id: 215659abf350af7032e9a4b0f28a856babab2454
2018-08-15 17:22:36 -07:00
..
flat_hash_map Implement calling of c10 ops from c2 (#9369) 2018-08-03 16:09:23 -07:00
hip Update broadcast with alpha to reduce num of launching kernels. (#10235) 2018-08-04 19:54:20 -07:00
threadpool build changes to make cpu unified build working. (#10504) 2018-08-15 17:22:36 -07:00
Array_test.cpp Some utils for compile-time programming (#7778) 2018-06-08 17:10:53 -07:00
Array.cpp Some utils for compile-time programming (#7778) 2018-06-08 17:10:53 -07:00
Array.h Improve ArrayRef (#9610) 2018-08-01 15:34:50 -07:00
bench_utils.cc build changes to make cpu unified build working. (#10504) 2018-08-15 17:22:36 -07:00
bench_utils.h build changes to make cpu unified build working. (#10504) 2018-08-15 17:22:36 -07:00
cast_test.cc Update from facebook (#7855) 2018-05-29 11:38:02 -07:00
cast.h Update from facebook (#7855) 2018-05-29 11:38:02 -07:00
cblas.h Fix more MKL build issues 2017-08-25 14:01:01 -07:00
CMakeLists.txt Move IdWrapper to ATen/core (#10152) 2018-08-01 22:02:50 -07:00
conversions.h Fix for half conversion for ROCm 1.8.2 (#9663) 2018-07-20 17:11:30 -07:00
cpu_neon.h [caffe2] Use both __ARM_NEON__ and __ARM_NEON macros (#6697) 2018-04-18 17:45:47 -04:00
cpuid_test.cc Remove Apache headers from source. 2018-03-27 13:10:18 -07:00
cpuid.cc Remove Apache headers from source. 2018-03-27 13:10:18 -07:00
cpuid.h Remove Apache headers from source. 2018-03-27 13:10:18 -07:00
dummy.cpp c10 build setup (#8264) 2018-06-08 12:11:17 -07:00
eigen_utils.h Update Im2Col related to make preparation for group conv in NHWC order. (#10439) 2018-08-15 17:10:24 -07:00
fatal_signal_asan_no_sig_test.cc [caffe2] Include <array> in fatal_signal_asan_no_sig_test (#7592) 2018-05-15 15:02:24 -07:00
filler.h Move filler interface to operator schema (#10522) 2018-08-15 12:40:18 -07:00
fixed_divisor_test.cc Use FixedDivisor in Reduce and Broadcast CUDA kernels (#9072) 2018-07-01 00:25:34 -07:00
fixed_divisor.h Eanble python tests on ROCM (#9616) 2018-07-24 11:37:58 -07:00
GpuBitonicSort.cuh Manually applying cudnn5 pull request. 2018-01-02 15:31:33 -08:00
GpuDefs.cuh CUDA 9 support 2017-08-06 11:50:17 -07:00
GpuScanUtils.cuh CUDA 9 support 2017-08-06 11:50:17 -07:00
map_utils.h Remove Apache headers from source. 2018-03-27 13:10:18 -07:00
math_cpu.cc Update Im2Col related to make preparation for group conv in NHWC order. (#10439) 2018-08-15 17:10:24 -07:00
math_gpu_test.cc Update broadcast with alpha to reduce num of launching kernels. (#10235) 2018-08-04 19:54:20 -07:00
math_gpu.cu Update Im2Col related to make preparation for group conv in NHWC order. (#10439) 2018-08-15 17:10:24 -07:00
math_test.cc Update broadcast with alpha to reduce num of launching kernels. (#10235) 2018-08-04 19:54:20 -07:00
math_utils.cc Optimize reduce ops for 2d and 3d (#9992) 2018-08-04 13:53:58 -07:00
math_utils.h build changes to make cpu unified build working. (#10504) 2018-08-15 17:22:36 -07:00
math-detail.h Remove Apache headers from source. 2018-03-27 13:10:18 -07:00
math.h Update Im2Col related to make preparation for group conv in NHWC order. (#10439) 2018-08-15 17:10:24 -07:00
Metaprogramming_test.cpp Small fixes (#8296) 2018-06-09 23:11:35 -04:00
Metaprogramming.cpp Some utils for compile-time programming (#7778) 2018-06-08 17:10:53 -07:00
Metaprogramming.h Add registerOperator overloads that infer the schema (#10048) 2018-08-03 11:45:49 -07:00
mixed_utils.h support float16 input for operator SparseAdagrad 2017-10-30 19:32:30 -07:00
murmur_hash3.cc Remove core and util warnings (#8239) 2018-06-07 09:10:33 -07:00
murmur_hash3.h Fix race in FileStoreHandler 2017-02-03 09:59:45 -08:00
Optional.cpp First version of dispatcher (#8713) 2018-06-25 13:11:53 -07:00
Optional.h First version of dispatcher (#8713) 2018-06-25 13:11:53 -07:00
proto_utils_test.cc Remove Apache headers from source. 2018-03-27 13:10:18 -07:00
proto_utils.cc Introduce at::DeviceType, which subsumes at::Device::Type and (partially) caffe2::DeviceType (#10175) 2018-08-03 19:25:06 -07:00
proto_utils.h build changes to make cpu unified build working. (#10504) 2018-08-15 17:22:36 -07:00
proto_wrap.cc Remove caffe namespace GetEmptyStringAlreadyInited (#10438) 2018-08-11 17:39:58 -07:00
proto_wrap.h build changes to make cpu unified build working. (#10504) 2018-08-15 17:22:36 -07:00
signal_handler.cc Remove Apache headers from source. 2018-03-27 13:10:18 -07:00
signal_handler.h build changes to make cpu unified build working. (#10504) 2018-08-15 17:22:36 -07:00
simple_queue_test.cc Remove Apache headers from source. 2018-03-27 13:10:18 -07:00
simple_queue.h Remove Apache headers from source. 2018-03-27 13:10:18 -07:00
smart_tensor_printer_test.cc Remove template parameter from Tensor (#9939) 2018-07-27 10:56:39 -07:00
smart_tensor_printer.cc Remove template parameter from Tensor (#9939) 2018-07-27 10:56:39 -07:00
smart_tensor_printer.h Remove template parameter from Tensor (#9939) 2018-07-27 10:56:39 -07:00
string_utils.cc Update from Facebook (#8887) 2018-06-26 14:55:48 -07:00
string_utils.h build changes to make cpu unified build working. (#10504) 2018-08-15 17:22:36 -07:00
thread_name.cc Update from facebook (#8384) 2018-06-13 13:10:45 -07:00
thread_name.h build changes to make cpu unified build working. (#10504) 2018-08-15 17:22:36 -07:00
thread_pool.h build changes to make cpu unified build working. (#10504) 2018-08-15 17:22:36 -07:00
TypeList_test.cpp Some utils for compile-time programming (#7778) 2018-06-08 17:10:53 -07:00
TypeList.cpp Some utils for compile-time programming (#7778) 2018-06-08 17:10:53 -07:00
TypeList.h Implement c10 ops needed for benchmark (#9360) 2018-08-03 16:09:27 -07:00
TypeTraits_test.cpp Some utils for compile-time programming (#7778) 2018-06-08 17:10:53 -07:00
TypeTraits.cpp Some utils for compile-time programming (#7778) 2018-06-08 17:10:53 -07:00
TypeTraits.h Move C++17.h to ATen/core (#10107) 2018-08-01 09:54:59 -07:00
zmq_helper.h s/DISABLE_COPY_AND_ASSIGN/AT_DISABLE_COPY_AND_ASSIGN/ (#10275) 2018-08-07 08:54:26 -07:00