Skip to content

Commit d575c15

Browse files
authored
change_flag (#141)
* change_flag
1 parent a6d4b7d commit d575c15

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

backends/metax_gpu/common/flags_declare.cc

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -101,18 +101,6 @@ PHI_DEFINE_EXPORTED_bool(
101101
"faster but it may loss precision in most case. If true, the compute "
102102
"type will be set to fp16. Default is false.");
103103

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-
116104
PHI_DEFINE_EXPORTED_string(
117105
selected_gpus,
118106
"",

0 commit comments

Comments
 (0)