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:
Родитель
e5a95a569e
Коммит
5d13563712
|
@ -22,7 +22,6 @@
|
||||||
|
|
||||||
// Predefine this for later.
|
// Predefine this for later.
|
||||||
static __inline__ __device__ double atomicAdd(double* address, double val);
|
static __inline__ __device__ double atomicAdd(double* address, double val);
|
||||||
|
|
||||||
//CUDA Kernels code
|
//CUDA Kernels code
|
||||||
template<class ElemType>
|
template<class ElemType>
|
||||||
__global__ void _elementWisePowerOnCuda(
|
__global__ void _elementWisePowerOnCuda(
|
||||||
|
|
|
@ -363,7 +363,6 @@ namespace Microsoft { namespace MSR { namespace CNTK {
|
||||||
CUDACALL(cudaFree(m_blockVal));
|
CUDACALL(cudaFree(m_blockVal));
|
||||||
if(m_blockIds != nullptr)
|
if(m_blockIds != nullptr)
|
||||||
CUDACALL(cudaFree(m_blockIds));
|
CUDACALL(cudaFree(m_blockIds));
|
||||||
|
|
||||||
ZeroInit(m_format, m_computeDevice);
|
ZeroInit(m_format, m_computeDevice);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче