summaryrefslogtreecommitdiff
path: root/c10/macros
AgeCommit message (Expand)AuthorFilesLines
2019-03-08Open registration for c10 thread pool (#17788)James Reed1-0/+14
2019-03-01msvc_fixes (#17201)Grigory Arutyunov1-3/+0
2019-03-01Mark cudaGetLastError return value unused in C10_CUDA_CHECKJunjie Bai1-0/+7
2019-02-27Make C10_MOBILE consistent with how feature macros are usually used (#17481)Sebastian Messmer1-12/+9
2019-01-10Resolves ptxas warnings when compiling for CUDA_ARCH 750 and a memoryType dep...Syed Tousif Ahmed1-0/+33
2018-12-12Move numa.{h, cc} to c10/util (#15024)Jerry Zhang1-0/+1
2018-12-07Revert D13205604: Move numa.{h, cc} to c10/utilYudong Guang1-1/+0
2018-12-06Move numa.{h, cc} to c10/util (#14393)Jerry Zhang1-0/+1
2018-11-19Delete dependencies from CUDAStream; remove synchronize_with (#13920)Edward Yang1-2/+15
2018-11-14Move AlignOf, SmallVector and ArrayRef to c10.Edward Yang1-0/+7
2018-11-14Rename c10::detail to c10::impl (#13838)Edward Yang1-2/+0
2018-11-11New implementations of DeviceGuard, StreamGuard and MultiStreamGuard (with CU...Edward Yang1-0/+2
2018-11-05Move ATen/core/Macros.h to c10/macros/Macros.hJerry Zhang1-0/+35
2018-10-25Include c10 namespace into caffe2 and at namespaces. (#12950)Sebastian Messmer1-0/+7
2018-10-22Add C10_LIKELY/C10_UNLIKELY macros (#12932)Edward Yang1-0/+20
2018-10-22Define REGISTER_CPU_GRADIENT_OPERATOR (#12588)David Reiss1-0/+2
2018-10-19Moving logging from caffe2 to c10. (#12881)Yangqing Jia1-0/+7
2018-10-17Using c10 namespace across caffe2. (#12714)Yangqing Jia1-0/+4
2018-10-15Move exception to C10 (#12354)Yangqing Jia1-1/+1
2018-10-15Make TensorOptions immutable. (#12630)Edward Yang1-0/+16
2018-10-10Introduce BUILD_ATEN_ONLY cmake option (#12443)Giovanni1-1/+1
2018-10-06Improve TypeMeta (#11502)Sebastian Messmer1-0/+3
2018-10-04move flags to c10 (#12144)Yangqing Jia1-0/+2
2018-09-27Move registry fully to c10 (#12077)Yangqing Jia4-15/+14
2018-09-25Unify all *_EXPORT and *_IMPORT macros across c++ backend (#12019)Yangqing Jia1-13/+0
2018-09-24set up c10 scaffolding. Move macros proper first.Yangqing Jia4-0/+134