SWDEV-321698 - remove Memcpy1D type
- Memcpy1D node type is not complying with cuda Signed-off-by: sdashmiz <shadi.dashmiz@amd.com> Change-Id: If8113f5e699de0c62d98effc4580a2e0fee9a950
This commit is contained in:
@@ -640,7 +640,7 @@ class hipGraphMemcpyNode1D : public hipGraphNode {
|
||||
|
||||
public:
|
||||
hipGraphMemcpyNode1D(void* dst, const void* src, size_t count, hipMemcpyKind kind,
|
||||
hipGraphNodeType type = hipGraphNodeTypeMemcpy1D)
|
||||
hipGraphNodeType type = hipGraphNodeTypeMemcpy)
|
||||
: hipGraphNode(type), dst_(dst), src_(src), count_(count), kind_(kind) {}
|
||||
|
||||
~hipGraphMemcpyNode1D() {}
|
||||
|
||||
Reference in New Issue
Block a user