@@ -510,116 +510,12 @@ import ``pytensor`` and print the config variable, as in:
510510
511511 Removing these asserts can speed up execution.
512512
513- .. attribute :: config.dnn__enabled
514-
515- String value: ``'auto' ``, ``'True' ``, ``'False' ``, ``'no_check' ``
516-
517- Default: ``'auto' ``
518-
519- If ``'auto' ``, automatically detect and use
520- `cuDNN <https://developer.nvidia.com/cudnn >`_ when it is available.
521- If cuDNN is unavailable, do not raise an error.
522-
523- If ``'True' ``, require the use of cuDNN. If cuDNN is unavailable, raise an error.
524-
525- If ``'False' ``, neither use cuDNN nor check if it is available.
526-
527- If ``'no_check' ``, assume cuDNN is present and that the versions between the
528- header and library match.
529-
530- .. attribute :: config.dnn__include_path
531-
532- Default: ``include `` sub-folder in CUDA root directory, or headers paths defined for the compiler.
533-
534- Location of the cuDNN header.
535-
536- .. attribute :: config.dnn__library_path
537-
538- Default: Library sub-folder (``lib64 `` on Linux) in CUDA root directory, or
539- libraries paths defined for the compiler.
540-
541- Location of the cuDNN library.
542-
543513.. attribute :: config.conv__assert_shape
544514
545515 If ``True ``, ``AbstractConv* `` :class: `Op `\s will verify that user-provided shapes
546516 match the run-time shapes. This is a debugging option, and may slow down
547517 compilation.
548518
549- .. attribute :: config.dnn.conv.workmem
550-
551- Deprecated, use :attr: `config.dnn__conv__algo_fwd `.
552-
553-
554- .. attribute :: config.dnn.conv.workmem_bwd
555-
556- Deprecated, use :attr: `config.dnn__conv__algo_bwd_filter ` and
557- :attr: `config.dnn__conv__algo_bwd_data ` instead.
558-
559- .. attribute :: config.dnn__conv__algo_fwd
560-
561- String value:
562- ``'small' ``, ``'none' ``, ``'large' ``, ``'fft' ``, ``'fft_tiling' ``,
563- ``'winograd' ``, ``'winograd_non_fused' ``, ``'guess_once' ``, ``'guess_on_shape_change' ``,
564- ``'time_once' ``, ``'time_on_shape_change' ``.
565-
566- Default: ``'small' ``
567-
568- 3d convolution only support ``'none' ``, ``'small' ``, ``'fft_tiling' ``, ``'guess_once' ``,
569- ``'guess_on_shape_change' ``, ``'time_once' ``, ``'time_on_shape_change' ``.
570-
571- .. attribute :: config.dnn.conv.algo_bwd
572-
573- Deprecated, use :attr: `config.dnn__conv__algo_bwd_filter ` and
574- :attr: `config.dnn__conv__algo_bwd_data ` instead.
575-
576- .. attribute :: config.dnn__conv__algo_bwd_filter
577-
578- String value:
579- ``'none' ``, ``'deterministic' ``, ``'fft' ``, ``'small' ``, ``'winograd_non_fused' ``, ``'fft_tiling' ``, ``'guess_once' ``,
580- ``'guess_on_shape_change' ``, ``'time_once' ``, ``'time_on_shape_change' ``.
581-
582- Default: ``'none' ``
583-
584- 3d convolution only supports ``'none' ``, ``'small' ``, ``'guess_once' ``,
585- ``'guess_on_shape_change' ``, ``'time_once' ``, ``'time_on_shape_change' ``.
586-
587- .. attribute :: config.dnn__conv__algo_bwd_data
588-
589- String value:
590- ``'none' ``, ``'deterministic' ``, ``'fft' ``, ``'fft_tiling' ``, ``'winograd' ``,
591- ``'winograd_non_fused' ``, ``'guess_once' ``, ``'guess_on_shape_change' ``, ``'time_once' ``,
592- ``'time_on_shape_change' ``.
593-
594- Default: ``'none' ``
595-
596- 3d convolution only supports ``'none' ``, ``'deterministic' ``, ``'fft_tiling' ``
597- ``'guess_once' ``, ``'guess_on_shape_change' ``, ``'time_once' ``,
598- ``'time_on_shape_change' ``.
599-
600- .. attribute :: config.magma__enabled
601-
602- String value: ``'True' ``, ``'False' ``
603-
604- Default: ``'False' ``
605-
606- If ``'True' ``, use `magma <http://icl.cs.utk.edu/magma/ >`_ for matrix
607- computations.
608-
609- If ``'False' ``, disable magma.
610-
611- .. attribute :: config.magma__include_path
612-
613- Default: ``'' ``
614-
615- Location of the magma headers.
616-
617- .. attribute :: config.magma__library_path
618-
619- Default: ``'' ``
620-
621- Location of the magma library.
622-
623519.. attribute :: config.ctc__root
624520
625521 Default: ``'' ``
0 commit comments