- 
                Notifications
    
You must be signed in to change notification settings  - Fork 490
 
BUILD: Add stub include path for gdaki #10971
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
base: master
Are you sure you want to change the base?
Conversation
        
          
                stubs/uct/ib/mlx5/gdaki/gdaki.cuh
              
                Outdated
          
        
      | @@ -0,0 +1,101 @@ | |||
| /** | |||
| * Copyright (c) NVIDIA CORPORATION & AFFILIATES, 2025. ALL RIGHTS RESERVED. | |||
| * | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no need this space
        
          
                stubs/uct/ib/mlx5/gdaki/gdaki_dev.h
              
                Outdated
          
        
      | 
               | 
          ||
| 
               | 
          ||
| typedef struct { | ||
| uct_device_ep_t super; | 
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think only uct_rc_gda_completion_t is needed and it might be empty
          
WalkthroughA new  Changes
 Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes 
 Poem
 Pre-merge checks and finishing touches✅ Passed checks (2 passed)
 ✨ Finishing touches
 🧪 Generate unit tests (beta)
 📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (8)
 🧰 Additional context used🪛 Clang (14.0.6)stubs/uct/ib/mlx5/gdaki/gdaki_dev.h[error] 9-9: 'uct/api/device/uct_device_types.h' file not found (clang-diagnostic-error) 🔇 Additional comments (8)
 Comment   | 
    
What?
Stub headers for gdaki.
Why?
Ucx device app may build failed if ucx-ib-mlx5-gda not installed,
because ucx device api include gdaki's header directly.
How?
Add stub dir to ucx include path.
The stub dir has low prior so compiler can find real impl header if related package is installed.
Summary by CodeRabbit
New Features
Chores