No /usr/local/cuda after RHEL7 .rpm install. Where's CUDA?

Sorry if this is abominably basic, but after following the install guide for an .rpm local install on RHEL7 https://developer.nvidia.com/cuda-downloads?target_os=Linux&target_arch=x86_64&target_distro=RHEL&target_version=7&target_type=rpmlocal,
I’m not left with a /usr/local/cuda . Where did cuda go? The NVIDIA driver gets installed as part of the process and went fine.
lshw -numeric -C display
shows it’s my driver and the GUI comes up fine. But … I have no evidence of CUDA!

Can anyone point me in the right direction?

Should be
/usr/local/cuda-10.2/

True.
Problem is, it’s not. There’s nothing in /usr/local aside from the default directories.

[root@ ~]# ls /usr/local
bin etc games include lib lib64 libexec sbin share src

Use rpm to check installed packages:
rpm -qa |grep cuda
to list packages,
rpm -ql cuda
to list the files that are installed.

Ahh! Looks like most of it ended up in /usr/bin/ , with some profile stuff in /etc/profile.d. Thanks!

[root@ ~]# rpm -ql cuda
/etc/profile.d/cuda.csh
/etc/profile.d/cuda.sh
/usr/bin/bin2c
/usr/bin/cicc
/usr/bin/crt
/usr/bin/crt/link.stub
/usr/bin/crt/prelink.stub
/usr/bin/cudafe
/usr/bin/cudafe++
/usr/bin/cuobjdump
/usr/bin/fatbinary
/usr/bin/filehash
/usr/bin/nvcc
/usr/bin/nvlink
/usr/bin/nvprune
/usr/bin/ptxas
/usr/libexec/cuda
/usr/share/cuda
/usr/share/cuda/libdevice.compute_20.10.bc
/usr/share/cuda/libdevice.compute_30.10.bc
/usr/share/cuda/libdevice.compute_35.10.bc
/usr/share/cuda/libdevice.compute_50.10.bc
/usr/share/man/man1/cuda-binaries.1.gz
/usr/share/man/man1/cuobjdump.1.gz
/usr/share/man/man1/nvcc.1.gz
/usr/share/man/man1/nvprune.1.gz