Bug report cudafe++.exe

template<typename T>

T summation_template(T *d_data, uint numElements) {

	

	T returnVal = 0;

	

	uint curNumElements = numBlocks; //numBlocks has not been defined

}

This code crashes cudafe++

System: intel core quad cpu, vista 64bit, geforce 8800

best regards,

raphael