mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-06-11 15:15:15 +02:00
remove dependence of cublas from rbf kernel
This commit is contained in:
parent
c3482e7a94
commit
92fecbb4ef
2 changed files with 0 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue