commit so that we can merge with new changes. to more it to another computer.

Signed-off-by: Dong Yu <dongyu@microsoft.com>
This commit is contained in:
Dong Yu 2014-11-21 19:15:12 -08:00
Родитель e5a95a569e
Коммит 5d13563712
2 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

@ -22,7 +22,6 @@
// Predefine this for later.
static __inline__ __device__ double atomicAdd(double* address, double val);
//CUDA Kernels code
template<class ElemType>
__global__ void _elementWisePowerOnCuda(

Просмотреть файл

@ -363,7 +363,6 @@ namespace Microsoft { namespace MSR { namespace CNTK {
CUDACALL(cudaFree(m_blockVal));
if(m_blockIds != nullptr)
CUDACALL(cudaFree(m_blockIds));
ZeroInit(m_format, m_computeDevice);
}