warp
warp copied to clipboard
Check if graph memcpy nodes are valid
In conditional node body graphs, memcpy nodes cannot reference host pageable memory: https://docs.nvidia.com/cuda/cuda-c-programming-guide/#condtional-node-body-graph-requirements
We can check this in wp_cuda_graph_check_conditional_body() and report a useful error.
Also check if this is needed for child graphs (is_valid_child_graph()).