We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6d4b7d commit d575c15Copy full SHA for d575c15
backends/metax_gpu/common/flags_declare.cc
@@ -101,18 +101,6 @@ PHI_DEFINE_EXPORTED_bool(
101
"faster but it may loss precision in most case. If true, the compute "
102
"type will be set to fp16. Default is false.");
103
104
-/**
105
- * Torch Compatible related FLAG
106
- * Name: FLAGS_torch_compatible_kernel
107
- * Since Version: 3.2.2
108
- * Value Range: bool, default=false
109
- * Example:
110
- * Note: Whether use torch compatible version kernel.
111
- */
112
-PHI_DEFINE_EXPORTED_bool(torch_compatible_kernel,
113
- false,
114
- "Whether use torch compatible version kernel.");
115
-
116
PHI_DEFINE_EXPORTED_string(
117
selected_gpus,
118
"",
0 commit comments