File tree Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Original file line number Diff line number Diff line change @@ -74,12 +74,8 @@ class PyTensorConfigParser:
74
74
warn_float64 : str
75
75
pickle_test_value : bool
76
76
cast_policy : str
77
- deterministic : str
78
77
device : str
79
- force_device : bool
80
- conv__assert_shape : bool
81
78
print_global_stats : bool
82
- assert_no_cpu_op : str
83
79
unpickle_function : bool
84
80
# add_compile_configvars
85
81
mode : str
@@ -90,17 +86,13 @@ class PyTensorConfigParser:
90
86
optimizer_verbose : bool
91
87
on_opt_error : str
92
88
nocleanup : bool
93
- on_unused_import : str
94
89
gcc__cxxflags : str
95
90
cmodule__warn_no_version : bool
96
91
cmodule__remove_gxx_opt : bool
97
92
cmodule__compilation_warning : bool
98
93
cmodule__preload_cache : bool
99
94
cmodule__age_thresh_use : int
100
95
cmodule__debug : bool
101
- compile__wait : int
102
- compile__timeout : int
103
- ctc__root : str
104
96
# add_tensor_configvars
105
97
tensor__cmp_sloppy : int
106
98
lib__amblibm : bool
@@ -151,8 +143,6 @@ class PyTensorConfigParser:
151
143
cycle_detection : str
152
144
check_stack_trace : str
153
145
metaopt__verbose : int
154
- metaopt__optimizer_excluding : str
155
- metaopt__optimizer_including : str
156
146
# add_vm_configvars
157
147
profile : bool
158
148
profile_optimizer : bool
@@ -175,7 +165,7 @@ class PyTensorConfigParser:
175
165
# add_blas_configvars
176
166
blas__ldflags : str
177
167
blas__check_openmp : bool
178
- # add CUDA (?)
168
+ # add CUDA
179
169
cuda__root : Path | None
180
170
dnn__base_path : Path | None
181
171
dnn__library_path : Path | None
You can’t perform that action at this time.
0 commit comments