SINGA-173 OpenCL device support and implementation: Removed errant constructor in Platform class.
Project: http://git-wip-us.apache.org/repos/asf/incubator-singa/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-singa/commit/3f6b5e3e Tree: http://git-wip-us.apache.org/repos/asf/incubator-singa/tree/3f6b5e3e Diff: http://git-wip-us.apache.org/repos/asf/incubator-singa/diff/3f6b5e3e Branch: refs/heads/dev Commit: 3f6b5e3e07a597aec4d50407590997020fdfc69e Parents: f9219cc Author: Tan Li Boon <[email protected]> Authored: Wed Jul 27 11:54:02 2016 +0800 Committer: Tan Li Boon <[email protected]> Committed: Wed Jul 27 11:54:02 2016 +0800 ---------------------------------------------------------------------- include/singa/core/device.h | 3 --- 1 file changed, 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-singa/blob/3f6b5e3e/include/singa/core/device.h ---------------------------------------------------------------------- diff --git a/include/singa/core/device.h b/include/singa/core/device.h index 95de99d..36c9dc2 100644 --- a/include/singa/core/device.h +++ b/include/singa/core/device.h @@ -208,9 +208,6 @@ class CudaGPU : public Device { class Platform { public: - /// Constructor. - Platform(); - /// Return the number of total available GPUs static int GetNumGPUs();
