Skip to content

Commit 550dbd0

Browse files
committed
Remove unused config options
1 parent 44216bf commit 550dbd0

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

pytensor/configparser.py

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -74,12 +74,8 @@ class PyTensorConfigParser:
7474
warn_float64: str
7575
pickle_test_value: bool
7676
cast_policy: str
77-
deterministic: str
7877
device: str
79-
force_device: bool
80-
conv__assert_shape: bool
8178
print_global_stats: bool
82-
assert_no_cpu_op: str
8379
unpickle_function: bool
8480
# add_compile_configvars
8581
mode: str
@@ -90,17 +86,13 @@ class PyTensorConfigParser:
9086
optimizer_verbose: bool
9187
on_opt_error: str
9288
nocleanup: bool
93-
on_unused_import: str
9489
gcc__cxxflags: str
9590
cmodule__warn_no_version: bool
9691
cmodule__remove_gxx_opt: bool
9792
cmodule__compilation_warning: bool
9893
cmodule__preload_cache: bool
9994
cmodule__age_thresh_use: int
10095
cmodule__debug: bool
101-
compile__wait: int
102-
compile__timeout: int
103-
ctc__root: str
10496
# add_tensor_configvars
10597
tensor__cmp_sloppy: int
10698
lib__amblibm: bool
@@ -151,8 +143,6 @@ class PyTensorConfigParser:
151143
cycle_detection: str
152144
check_stack_trace: str
153145
metaopt__verbose: int
154-
metaopt__optimizer_excluding: str
155-
metaopt__optimizer_including: str
156146
# add_vm_configvars
157147
profile: bool
158148
profile_optimizer: bool
@@ -175,7 +165,7 @@ class PyTensorConfigParser:
175165
# add_blas_configvars
176166
blas__ldflags: str
177167
blas__check_openmp: bool
178-
# add CUDA (?)
168+
# add CUDA
179169
cuda__root: Path | None
180170
dnn__base_path: Path | None
181171
dnn__library_path: Path | None

0 commit comments

Comments
 (0)