and others added 2 commits
January 20, 2016 16:58* Add getMaxMemorySize virtual function to MemoryManager
* Used to compute the max_bytes for each memory manager instance
* max_bytes
* This is now a part of memory_info
* Gets it's size from the device memory rather than a generic size
* For CPU and CUDA Pinned Memory, use getHostDeviceMemory
* Add getMaxBytes function to fetch the max_bytes of active device
* MAX_BUFFERS is now 1000
Fix missing include
/bigobj is now required for Debug builds for CPU. Since is it being used for 3 backends, it makes sense to move it into the central CMakeList
* Fix vector in fast_pyramid - use resize instead of reserve * Fix meanshift test. Use proper types and arrays * Fix memory leak in basic_c * Enable solve tests that were disabled for windows opencl