File tree 2 files changed +0
-20
lines changed
2 files changed +0
-20
lines changed Original file line number Diff line number Diff line change @@ -57,16 +57,6 @@ extern thread_local char ErrorMessage[MaxMessageSize];
57
57
58
58
void setPluginSpecificMessage (CUresult cu_res);
59
59
60
- // / ------ Error handling, matching OpenCL plugin semantics.
61
- namespace detail {
62
- namespace ur {
63
-
64
- // Reports error messages
65
- void cuPrint (const char *Message);
66
-
67
- } // namespace ur
68
- } // namespace detail
69
-
70
60
namespace umf {
71
61
72
62
inline umf_result_t setCUMemoryProviderParams (
Original file line number Diff line number Diff line change @@ -113,16 +113,6 @@ extern thread_local char ErrorMessage[MaxMessageSize];
113
113
[[maybe_unused]] void setErrorMessage (const char *Message,
114
114
ur_result_t ErrorCode);
115
115
116
- // / ------ Error handling, matching OpenCL plugin semantics.
117
- namespace detail {
118
- namespace ur {
119
-
120
- // Reports error messages
121
- void hipPrint (const char *pMessage);
122
-
123
- } // namespace ur
124
- } // namespace detail
125
-
126
116
// Helper method to return a (non-null) pointer's attributes, or std::nullopt in
127
117
// the case that the pointer is unknown to the HIP subsystem.
128
118
inline static std::optional<hipPointerAttribute_t>
You can’t perform that action at this time.
0 commit comments