From 4235ae0d2bb5728e7f716cfcd666ef285026c01b Mon Sep 17 00:00:00 2001 From: Allard Hendriksen Date: Thu, 27 Apr 2023 10:17:00 +0200 Subject: [PATCH] Update docs/source/using_libraft.md Co-authored-by: Corey J. Nolet --- docs/source/using_libraft.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/using_libraft.md b/docs/source/using_libraft.md index de8d99be95..ef055184e7 100644 --- a/docs/source/using_libraft.md +++ b/docs/source/using_libraft.md @@ -18,7 +18,7 @@ There are three ways to speed up compile times: 3. If you would like to use RAFT but either cannot or would prefer not to compile any CUDA code yourself, you can simply add `libraft` to your link - libraries and use the growing set of runtime APIs. + libraries and use the growing set of `raft::runtime` APIs. ### How do I verify template instantiations didn't compile into my binary?