facebookresearch / faiss

A library for efficient similarity search and clustering of dense vectors.
https://faiss.ai
MIT License
31.15k stars 3.62k forks source link

Fix code distance C++ unit tests for ROCm on MI250 #3787

Closed ramilbakhshyiev closed 1 month ago

ramilbakhshyiev commented 2 months ago

Summary

TestGpuIndexIVFPQ.Query_L2_MMCodeDistance TestGpuIndexIVFPQ.Query_IP_MMCodeDistance

Platform

ROCm

Running on:

Interface:

Reproduction instructions

GitHub CI

ramilbakhshyiev commented 2 months ago

@ItsPitt @iotamudelta FAISS requested to created this issue to track the fixing of the C++ unit tests on MI250

ramilbakhshyiev commented 1 month ago

Fixed by https://github.com/facebookresearch/faiss/pull/3838