Summary

Add @skipIfRocm to TestMarkKernels and TestGetGraphData in test/test_cuda_graph_utils.py.
These tests depend on cuda.bindings graph introspection APIs (e.g. cudaGraphNodeGetToolsId, get_graph_data) which are NVIDIA-only and have no ROCm equivalent.

Test plan

Confirm test/test_cuda_graph_utils.py skips on ROCm CI (trunk, rocm-mi300)
...