triton-inference-server / fil_backend

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

Update to latest versions of Triton and RAPIDS #165

Closed wphicks closed 2 years ago

wphicks commented 2 years ago

Update to RAPIDS 21.12 and Triton 21.12.

Note that a change in RAPIDS-CMake caused an issue with how Treelite was being included in our CMake infrastructure. Because of this, this PR is not quite as simple as our usual version bump PRs. These changes appear to be sufficient for the 22.01 build, and the underlying issue can be revisited in 22.02.

Resolve #159