Complete run_pytest_rocm.sh for CI integration
Add standard JAX CI components to run_pytest_rocm.sh: bash header with
license, environment setup (source default.env and install_wheels_locally.sh),
diagnostic output (pip freeze, device check, rocm-smi), and proper pytest
invocation using $JAXCI_PYTHON.
Remove CSV/HTML reporting and log redirection for initial implementation,
marked with TODOs for future consideration.