remove dependence of cublas from rbf kernel

This commit is contained in:
Zhenwen Dai 2014-06-26 14:01:58 +01:00
parent c3482e7a94
commit 92fecbb4ef
2 changed files with 0 additions and 2 deletions

View file

@ -243,7 +243,6 @@ class PSICOMP_RBF_GPU(PSICOMP_RBF):
def __init__(self, threadnum=128, blocknum=15, GPU_direct=False):
self.GPU_direct = GPU_direct
self.cublas_handle = gpu_init.cublas_handle
self.gpuCache = None
self.threadnum = threadnum

View file

@ -293,7 +293,6 @@ class PSICOMP_SSRBF_GPU(PSICOMP_RBF):
def __init__(self, threadnum=128, blocknum=15, GPU_direct=False):
self.GPU_direct = GPU_direct
self.cublas_handle = gpu_init.cublas_handle
self.gpuCache = None
self.threadnum = threadnum