mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-24 14:15:14 +02:00
[GPU] bug fix
This commit is contained in:
parent
c20cd69c4e
commit
73f690a4c9
2 changed files with 3 additions and 3 deletions
|
|
@ -410,7 +410,7 @@ class PSICOMP_SSRBF(object):
|
|||
dpsi1_dl_gpu = self.gpuCache['dpsi1_dl_gpu']
|
||||
dpsi2_dl_gpu = self.gpuCache['dpsi2_dl_gpu']
|
||||
psi1_comb_gpu = self.gpuCache['psi1_neq_gpu']
|
||||
psi2_comb_gpu = self.gpuCache['psi1_neq_gpu']
|
||||
psi2_comb_gpu = self.gpuCache['psi2_neq_gpu']
|
||||
grad_dl_gpu = self.gpuCache['grad_l_gpu']
|
||||
|
||||
# variance
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue