Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions paddle/common/flags.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1743,6 +1743,18 @@ PHI_DEFINE_EXPORTED_string(
"If default, "
"dlopen will search mkl from LD_LIBRARY_PATH");

/**
* Apply global search in blaslt FLAG
* Name: enable_blaslt_global_search
* Since Version: 3.0.0
* Value Range: bool, default=false
* Example:
* Note: If True, will apply global search in blaslt.
*/
PHI_DEFINE_EXPORTED_bool(enable_blaslt_global_search,
false,
"Whether to use global search in blaslt.");

PHI_DEFINE_EXPORTED_string(op_dir, // NOLINT
"",
"Specify path for loading user-defined op library.");
Expand Down
Loading