triton-inference-server / fil_backend

FIL backend for the Triton Inference Server
Apache License 2.0
68 stars 35 forks source link

Bump RAPIDS dependencies to version 22.02 #193

Closed divyegala closed 2 years ago

divyegala commented 2 years ago

The reason I use my own fork of cuML here is because cuML links to raft::nn (https://github.com/rapidsai/cuml/blob/c41beba23d43fb32882525ad59b60a6d90c57691/cpp/CMakeLists.txt#L386) which links to faiss::faiss (https://github.com/rapidsai/raft/blob/08d58c897307684f1325c0904d679871f9128b5f/cpp/CMakeLists.txt#L211).

This throws an error, saying:

  Target "cuml++" links to target "faiss::faiss" but the target was not
  found.  Perhaps a find_package() call is missing for an IMPORTED target, or
  an ALIAS target is missing?