Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
risemeup1 committed Oct 17, 2023
1 parent 8c578c6 commit 9fc9cd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paddle/fluid/prim/utils/static/static_global_utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class UniqueNameGenerator {
std::string prefix_;
};

class TEST_API StaticCompositeContext {
class StaticCompositeContext {
public:
static StaticCompositeContext& Instance() {
return *static_composite_context_;
Expand Down

0 comments on commit 9fc9cd2

Please sign in to comment.