Hi everyone,
I am experiencing a noticeable difference in performance comparing our old vs new setup.
I am running a biological analysis (with the mRNA trajectory inference tool UniTVelo) that utilizes TensorFlow 2 for GPU acceleration, within a mambaorg/micromamba:jammy-cuda-11.8.0 docker image, the same on both systems for comparison.
Our old system had an NVIDIA GeForce RTX 3050, the new system runs on an NVIDIA RTX 6000 Ada. The old system takes 30 min for a complete run-through of the analysis whereas the new system needs 42 min.
Is this expected? Or is this somehow due to the fact that Tensorflow2 is not yet supporting CUDA 12? Hence the CUDA 11.8 docker image.
+---------------------------------------------------------------------------------------+
| NVIDIA-SMI 535.54.03 Driver Version: 535.54.03 CUDA Version: 12.2 |
|-----------------------------------------+----------------------+----------------------+
| GPU Name Persistence-M | Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap | Memory-Usage | GPU-Util Compute M. |
| | | MIG M. |
|=========================================+======================+======================|
| 0 NVIDIA RTX 6000 Ada Gene... On | 00000000:01:00.0 Off | 0 |
| 35% 65C P2 94W / 300W | 44110MiB / 46068MiB | 17% Default |
| | | N/A |
+-----------------------------------------+----------------------+----------------------+
+-----------------------------------------------------------------------------+
| NVIDIA-SMI 520.61.05 Driver Version: 520.61.05 CUDA Version: 11.8 |
|-------------------------------+----------------------+----------------------+
| GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. |
| | | MIG M. |
|===============================+======================+======================|
| 0 NVIDIA GeForce ... On | 00000000:01:00.0 On | N/A |
| 30% 55C P2 67W / 130W | 6738MiB / 8192MiB | 85% Default |
| | | N/A |
+-------------------------------+----------------------+----------------------+
Kind regards,
Chris