# NOT RUN {
if (cuml_fil_enabled()) {
# run GPU-accelerated Forest Inference Library (FIL) functionalities
} else {
message(
"FIL functionalities are disabled in the current installation of ",
"{cuml}. Please reinstall Treelite C library first, and then re-install",
" {cuml} to enable FIL."
)
}
# }
Run the code above in your browser using DataLab