4 lines
56 B
Python
4 lines
56 B
Python
|
import torch
|
||
|
|
||
|
MEM_POOL = torch.cuda.graph_pool_handle()
|