标签: pycuda
在PyCUDA中,我们可以使用以下API分配页面锁定/固定的内存:
pycuda.driver.pagelocked_empty(shape, dtype, order="C", mem_flags=0)
但是如何释放分配的内存?我在PyCUDA中找不到相应的API。