Michael Norris 7856053cdf Fix cuVS 12.4.0 nightly failure (#4153)
Summary:
Pull Request resolved: https://github.com/facebookresearch/faiss/pull/4153

The nightly failed again, but this time it was 12.4.0. The last diff fixed 11.8.0: D68781021

When I checked the last passing nightly, the 12.4.0 CUDA used 12.4.0 cuda-rt.

So the solution is to keep cudart 12.6 for cuda 11.8.0, and cudart 12.4 for cuda 12.4.0

Reviewed By: junjieqi

Differential Revision: D68837631

fbshipit-source-id: 5aeccd117e1de574f77e29c8c1ede1e83e0e396f
2025-01-29 14:28:03 -08:00
..