-
Notifications
You must be signed in to change notification settings - Fork 587
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Description
Now it will throw exception that cannot find cuda libraries.
Because libvelox.so link cudf::cudf, so all the environment will try to load gpu libraries.
May load velox always, and load separate library, e.g. libvelox_cudf.so library conditionally depending on the jni call if it is gpu node on java side.
The detection should not rely on GPU library, like detecting if the command nvidia-smi exists.
Gluten version
None
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request