This repository has been archived by the owner on Nov 17, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[BUGFIX] Remove Profiler from the runtime feature list, since its alw…
…ays built (#18308) * remove Profiler from the runtime feature list, since its always built * Update libinfo.cc * Update RunTime.pm Co-authored-by: Lin <[email protected]>
- Loading branch information
1 parent
7ab326c
commit 7f5df07
Showing
4 changed files
with
2 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -184,7 +184,6 @@ enum : unsigned { | |
|
||
// Misc | ||
CAFFE, | ||
PROFILER, | ||
DIST_KVSTORE, | ||
CXX14, | ||
INT64_TENSOR_SIZE, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters