pavanky · GitHub

and others added 2 commits

January 20, 2016 16:58
- Also changed CL_TO_AF_ERROR to display OpenCL error number
* Print memory size in CPU and OpenCL info
* Change opencl::getDevice to accept id
* Fix multi-line error strings
* 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
…ntext
* 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

@pavanky

@shehzan10

Read the original on github.com ↗