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

gcc warns for invalid conversion #101

Open
leofang opened this issue Sep 11, 2024 · 0 comments
Open

gcc warns for invalid conversion #101

leofang opened this issue Sep 11, 2024 · 0 comments
Assignees
Labels
bug Something isn't working cuda.bindings Everything related to the cuda.bindings module P1 Medium priority - Should do

Comments

@leofang
Copy link
Member

leofang commented Sep 11, 2024

  cuda/bindings/_lib/ccudart/ccudart.cpp: In function 'cudaError_t __pyx_f_4cuda_8bindings_4_lib_7ccudart_7ccudart__cudaGraphExecGetFlags(cudaGraphExec_t, long long unsigned int*)':
  cuda/bindings/_lib/ccudart/ccudart.cpp:52386:108: warning: invalid conversion from 'long long unsigned int*' to 'cuuint64_t*' {aka 'long unsigned int*'} [-fpermissive]
  52386 |   __pyx_t_3 = __pyx_f_4cuda_8bindings_5_cuda_5ccuda__cuGraphExecGetFlags(((CUgraphExec)__pyx_v_graphExec), __pyx_v_flags); if (unlikely(__pyx_t_3 == ((CUresult)CUDA_ERROR_NOT_FOUND) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 3814, __pyx_L1_error)
        |                                                                                                            ^~~~~~~~~~~~~
        |                                                                                                            |
        |                                                                                                            long long unsigned int*

(Sorry, the module path is a bit different as I notice this when working on #91, but hopefully it's easy to map back to the old path :P)

@leofang leofang added bug Something isn't working P1 Medium priority - Should do labels Sep 11, 2024
@github-actions github-actions bot added the triage Needs the team's attention label Sep 11, 2024
@leofang leofang removed the triage Needs the team's attention label Sep 11, 2024
@leofang leofang added this to the cuda-python 12-next, 11-next milestone Oct 10, 2024
@leofang leofang added the cuda.bindings Everything related to the cuda.bindings module label Oct 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working cuda.bindings Everything related to the cuda.bindings module P1 Medium priority - Should do
Projects
None yet
Development

No branches or pull requests

2 participants