mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-09 12:02:38 +02:00
enable rbf gpu to support psi2n
This commit is contained in:
parent
3a3f6cee44
commit
4f1328980c
1 changed files with 4 additions and 1 deletions
|
|
@ -359,6 +359,9 @@ class PSICOMP_RBF_GPU(PSICOMP_RBF):
|
|||
|
||||
if self.GPU_direct:
|
||||
return psi0, psi1_gpu, psi2_gpu
|
||||
else:
|
||||
if return_psi2_n:
|
||||
return psi0, psi1_gpu.get(), psi2n_gpu.get()
|
||||
else:
|
||||
return psi0, psi1_gpu.get(), psi2_gpu.get()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue