10
0
mirror of https://github.com/QuantumPackage/qp2.git synced 2024-08-25 13:41:47 +02:00

Separated gpu and gpu_arch

This commit is contained in:
Anthony Scemama 2024-06-27 12:07:48 +02:00
parent 5d80cb7b2d
commit 6c02ac0f0b

View File

@ -107,7 +107,7 @@ module gpu
double precision, pointer, intent(inout) :: ptr
type(c_ptr) :: cptr
cptr = c_loc(ptr)
call gpu_deallocate(cptr)
call gpu_deallocate_c(cptr)
NULLIFY(ptr)
end subroutine