Skip to content

Commit 50bcf1b

Browse files
committed
Remove useless cuda_limit.py.
In the previous version of cuda kernel, we use malloc in kernel, which is not used any more, so remove the heap size setting. PR Tracking at: USTC-KnowledgeComputingLab/qmb#29
2 parents d37d09e + 0f09c63 commit 50bcf1b

File tree

2 files changed

+0
-56
lines changed

2 files changed

+0
-56
lines changed

qmb/__main__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
"""
66

77
import tyro
8-
from . import cuda_limit as _ # type: ignore[no-redef]
98
from . import openfermion as _ # type: ignore[no-redef]
109
from . import fcidump as _ # type: ignore[no-redef]
1110
from . import ising as _ # type: ignore[no-redef]

qmb/cuda_limit.py

Lines changed: 0 additions & 55 deletions
This file was deleted.

0 commit comments

Comments
 (0)