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

Commit de3ec1c

Browse files
committed
Fix operator<< after e3eb54c
1 parent 4209792 commit de3ec1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hip_formatting.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ inline std::ostream& operator<<(std::ostream& os, const hiprtcResult& s) {
342342
return os;
343343
}
344344

345-
inline std::ostream& operator<<(std::ostream& os, const hipJitOption& s) {
345+
inline std::ostream& operator<<(std::ostream& os, const hiprtcJIT_option& s) {
346346
switch (s) {
347347
case HIPRTC_JIT_MAX_REGISTERS:
348348
os << "HIPRTC_JIT_MAX_REGISTERS";

0 commit comments

Comments
 (0)