Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/ROCm/AMDMIGraphX into pr…
Browse files Browse the repository at this point in the history
…og_val_improve
  • Loading branch information
kahmed10 committed Jan 9, 2025
2 parents 46c5a3f + 6d02806 commit 6040c8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2015-2024 Advanced Micro Devices, Inc. All rights reserved.
Copyright (c) 2015-2025 Advanced Micro Devices, Inc. All rights reserved.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion src/include/migraphx/base64.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ namespace migraphx {
inline namespace MIGRAPHX_INLINE_NS {

/// encode string to base64
std::string base64_encode(const std::string& str);
std::string MIGRAPHX_EXPORT base64_encode(const std::string& str);

} // namespace MIGRAPHX_INLINE_NS
} // namespace migraphx
Expand Down

0 comments on commit 6040c8f

Please sign in to comment.