使用 [Use no Kernel] 启动
#关闭kernel 释放内存 from numba import cuda device = cuda.get_current_device() device.reset() print("释放内存完成")