Skip to content

Commit

Permalink
Replace missing function on older versions of hip
Browse files Browse the repository at this point in the history
  • Loading branch information
matmanc committed Jan 24, 2025
1 parent 8173efb commit 73db830
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/cudawrappers/macros.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -698,7 +698,7 @@ typedef uint32_t cuuint32_t;
#define cuGraphAddHostNode hipGraphAddHostNode
#define cuGraphAddMemAllocNode hipGraphAddMemAllocNode
#define cuGraphAddMemcpyNode hipGraphAddMemcpyNode
#define cuGraphAddMemFreeNode hipDrvGraphAddMemFreeNode
#define cuGraphAddMemFreeNode hipGraphAddMemFreeNode
#define cuGraphCreate hipGraphCreate
#define cuGraphDebugDotPrint hipGraphDebugDotPrint
#define cuGraphDestroy hipGraphDestroy
Expand Down

0 comments on commit 73db830

Please sign in to comment.