id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
11	Hash tag for CUDA version of backpermute does not include projection function	rmukhtar	tmcdonell	"accToKey implementation for Backpermute (line 38 of Data/Array/Accelerate/CUDA/Analysis/Hash.hs does not include projection function in hash key.  

Multiple uses of backpermute with different projection function will only generate one CUDA implementation, hence, only one of the implementations will have the right funcitonality.  

FIX: Change line 38 to:
accToKey (Backpermute p f a) = chr 139 : showTy (accType a) ++ show p ++ show f
"	defect	closed	major		CUDA backend	0.7.1.0	fixed		
