Skip to content
This repository has been archived by the owner on Jan 26, 2024. It is now read-only.

Commit

Permalink
Fix operator<< after e3eb54c
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronmondal committed Mar 27, 2023
1 parent 4209792 commit de3ec1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hip_formatting.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ inline std::ostream& operator<<(std::ostream& os, const hiprtcResult& s) {
return os;
}

inline std::ostream& operator<<(std::ostream& os, const hipJitOption& s) {
inline std::ostream& operator<<(std::ostream& os, const hiprtcJIT_option& s) {
switch (s) {
case HIPRTC_JIT_MAX_REGISTERS:
os << "HIPRTC_JIT_MAX_REGISTERS";
Expand Down

0 comments on commit de3ec1c

Please sign in to comment.