fixed multi GPU API, added driver_api prefix to multi gpu samples

This commit is contained in:
Alexey Spizhevoy
2011-02-15 09:12:48 +00:00
parent 0821c7ad17
commit 5d4913a2ee
4 changed files with 5 additions and 1 deletions

View File

@@ -117,6 +117,7 @@ MultiGpuMgr::Impl::Impl(): num_devices_(0)
MultiGpuMgr::MultiGpuMgr(): impl_(new Impl()) {}
MultiGpuMgr::~MultiGpuMgr() {}
void MultiGpuMgr::gpuOn(int gpu_id)