Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] nightly build failed kvikIO in cuda11+arm64 #2580

Closed
pxLi opened this issue Nov 8, 2024 · 2 comments
Closed

[BUG] nightly build failed kvikIO in cuda11+arm64 #2580

pxLi opened this issue Nov 8, 2024 · 2 comments
Labels
? - Needs Triage bug Something isn't working

Comments

@pxLi
Copy link
Collaborator

pxLi commented Nov 8, 2024

Describe the bug
spark-rapids-jni_nightly-dev run: 925,926 failed cmake issue,

this failed only with cuda11+arm64 scenarios (x86 and cuda12+arm64 works fine), and indicated that the property contains a path prefixed with the build directory

[2024-11-08T06:32:08.543Z] [INFO]      [exec] -- CPM: Adding package [email protected] (branch-24.12)
[2024-11-08T06:32:11.080Z] [INFO]      [exec] CMake Warning at /home/jenkins/agent/workspace/spark-rapids-jni_nightly-dev/target/libcudf/cmake-build/_deps/kvikio-src/cpp/CMakeLists.txt:83 (message):
[2024-11-08T06:32:11.081Z] [INFO]      [exec]   Cannot find cuFile - KvikIO will still work but won't use GPUDirect Storage
[2024-11-08T06:32:11.081Z] [INFO]      [exec]   (GDS)
[2024-11-08T06:32:11.081Z] [INFO]      [exec] 
[2024-11-08T06:32:11.081Z] [INFO]      [exec] 
[2024-11-08T06:32:11.081Z] [INFO]      [exec] -- Could NOT find cuFile (missing: cuFile_LIBRARY cuFileRDMA_LIBRARY cuFile_INCLUDE_DIR) 
[2024-11-08T06:32:11.081Z] [INFO]      [exec] -- CPM: kvikio: Adding package [email protected] (097aa718f25d44315cadb80b407144ad455ee4f9)
[2024-11-08T06:32:12.456Z] [INFO]      [exec] -- CPM: Adding package [email protected] (0.6.0.dev)
[2024-11-08T06:32:16.652Z] [INFO]      [exec] -- Building using CMake version: 3.26.4
[2024-11-08T06:32:16.654Z] [INFO]      [exec] -- Configuring done (43.7s)
[2024-11-08T06:32:16.654Z] [INFO]      [exec] CMake Error in /home/jenkins/agent/workspace/spark-rapids-jni_nightly-dev/target/libcudf/cmake-build/_deps/kvikio-src/cpp/CMakeLists.txt:
[2024-11-08T06:32:16.654Z] [INFO]      [exec]   Target "kvikio" INTERFACE_INCLUDE_DIRECTORIES property contains path:
[2024-11-08T06:32:16.654Z] [INFO]      [exec] 
[2024-11-08T06:32:16.654Z] [INFO]      [exec]     "/home/jenkins/agent/workspace/spark-rapids-jni_nightly-dev/target/libcudf/cmake-build/_deps/kvikio-src/cpp/"
[2024-11-08T06:32:16.654Z] [INFO]      [exec] 
[2024-11-08T06:32:16.654Z] [INFO]      [exec]   which is prefixed in the build directory.

Steps/Code to reproduce bug
Please provide a list of steps or a code sample to reproduce the issue.
Avoid posting private or sensitive data.

Expected behavior
Pass the build

Environment details (please complete the following information)

  • Environment location: [Standalone, YARN, Kubernetes, Cloud(specify cloud provider)]
  • Spark configuration settings related to the issue

Additional context
Add any other context about the problem here.

@pxLi pxLi added ? - Needs Triage bug Something isn't working labels Nov 8, 2024
@pxLi pxLi changed the title [BUG] nightly build failed kvikIO in cuda11+arm [BUG] nightly build failed kvikIO in cuda11+arm64 Nov 8, 2024
@ttnghia
Copy link
Collaborator

ttnghia commented Nov 8, 2024

Suspect that it is due to rapidsai/kvikio#540 or rapidsai/kvikio#527 but not sure.

@ttnghia
Copy link
Collaborator

ttnghia commented Nov 8, 2024

Should be fixed by rapidsai/kvikio#542.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
? - Needs Triage bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants