Commit Graph

5 Commits

Author SHA1 Message Date
Orion Reblitz-Richardson
1d5780d42c Remove Apache headers from source.
* LICENSE file contains details, so removing from individual source files.
2018-03-27 13:10:18 -07:00
Yangqing Jia
8286ce1e3a Re-license to Apache
Summary: Closes https://github.com/caffe2/caffe2/pull/1260

Differential Revision: D5906739

Pulled By: Yangqing

fbshipit-source-id: e482ba9ba60b5337d9165f28f7ec68d4518a0902
2017-09-28 16:22:00 -07:00
Pieter Noordhuis
d177846dbf Add prefix argument to FileStoreHandler
Summary:
This brings it up to par with how the RedisStoreHandler
works. The store handler configuration does not have to change and
only the run ID parameter changes across runs.

This was inconsistent and came up in https://github.com/caffe2/caffe2/issues/984.

Reviewed By: Yangqing

Differential Revision: D5539299

fbshipit-source-id: 3b5f31c6549b46c24bbd70ebc0bec150eac8b76c
2017-08-03 10:37:26 -07:00
Pieter Noordhuis
585b8f7c9d Templatize store handlers
Summary: Needed to create these ops in CUDA context.

Differential Revision: D4321727

fbshipit-source-id: 518fe5f994d33ea2dcf9b2cc955848b8bb7b06cd
2016-12-15 12:01:31 -08:00
Pieter Noordhuis
122a89e3c5 Add FileStoreHandler
Summary:
The FileStoreHandler subclasses the abstract StoreHandler
class.

Operators expecting to work with a StoreHandler can now use the
filesystem as their backing store.

Reviewed By: Yangqing

Differential Revision: D4217711

fbshipit-source-id: fce60c99c4c505201dfee33ca0a4e8a35db00338
2016-11-29 15:18:36 -08:00