Skip to content

Commit

Permalink
[PROTON] Drop hip_ostream_ops.h in roctracer headers (triton-lang#3989)
Browse files Browse the repository at this point in the history
This header contains a bunch of `operator<<` definitions for print
effectively. We don't use them. It's not good to touch public headers
but the problem is it uses `__locale_struct` which is missing on macOS
and breaks builds.
  • Loading branch information
antiagainst committed Nov 6, 2024
1 parent 0898cdf commit 71d78f8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion third_party/amd/backend/include/roctracer/roctracer_hip.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@

#include <hip/hip_runtime.h>
#include <hip/hip_deprecated.h>
#include "hip_ostream_ops.h"
#include <hip/amd_detail/hip_prof_str.h>

typedef enum {
Expand Down

0 comments on commit 71d78f8

Please sign in to comment.