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

WIP: debug CUDA build warnings in the CI #795

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

valassi
Copy link
Member

@valassi valassi commented Nov 23, 2023

Debug CUDA build warnings observed in the CI for PR #753

https://github.com/madgraph5/madgraph4gpu/actions/runs/6954971982/job/18922834648?pr=753

/usr/local/cuda//bin/nvcc -fPIC -std=c++17 --forward-unknown-to-host-compiler -Wall -Wshadow -Wextra -I/usr/local/cuda//include/ -DUSE_NVTX --generate-code arch=compute_70,code=compute_70 --generate-code arch=compute_70,code=sm_70 -ccbin /opt/rh/gcc-toolset-12/root/usr/bin/g++ -DMGONGPU_FPTYPE_DOUBLE -DMGONGPU_FPTYPE2_DOUBLE -O3 -ffast-math -use_fast_math -DNDEBUG -lineinfo -c -x cu Parameters_sm.cc -o build.cuda_d_inl0_hrd0/Parameters_sm_cu.o
/usr/local/cuda//include/thrust/detail/execute_with_dependencies.h: In constructor ‘thrust::detail::execute_with_dependencies<BaseSystem, Dependencies>::execute_with_dependencies(const super_t&, Dependencies&& ...)’:
/usr/local/cuda//include/thrust/detail/execute_with_dependencies.h:64:72: warning: declaration of ‘dependencies’ shadows a member of ‘thrust::detail::execute_with_dependencies<BaseSystem, Dependencies>’ [-Wshadow]
   64 |     execute_with_dependencies(super_t const &super, Dependencies && ...dependencies)
      |                                                         ~~~~~~~~~~~~~~~^~~~~~~~~~~~~  
/usr/local/cuda//include/thrust/detail/execute_with_dependencies.h:60:57: note: shadowed declaration is here
   60 |     std::tuple<remove_cvref_t<Dependencies>...> dependencies;
      |                                                         ^~~~~       

…dacpp/pp_tt012j.mad/SubProcesses/P0_gg_ttx (to debug warnings observed in the CI for PR madgraph5#753)
@valassi valassi self-assigned this Nov 23, 2023
@valassi valassi marked this pull request as draft November 23, 2023 08:25
@hageboeck
Copy link
Member

Not to worry about this, I fixed it upstream.
NVIDIA/cccl#334

With some future cuda version this will go away.

@valassi
Copy link
Member Author

valassi commented Nov 23, 2023

Ah wow very good and well done thanks a lot!

Anyway, I think we should add 'fail the build on warning' at some point, I keep this open as a reminder.

Also, lets make sure the CI has the nvidia version where this does not happen.

@valassi
Copy link
Member Author

valassi commented Nov 23, 2023

There is another warning here

ccache g++ -fPIC -std=c++17 -Wall -Wshadow -Wextra  -march=native -DMGONGPU_FPTYPE_DOUBLE -DMGONGPU_FPTYPE2_DOUBLE -I. -I. -I../../src -fopenmp -O3 -ffast-math -DNDEBUG -c counters.cc -o counters.o
counters.cc: In function ‘const char* iimplC2TXT(int)’:
counters.cc:35:3: warning: control reaches end of non-void function [-Wreturn-type]
   35 |   }
      |   ^

Just add it here as a reminder

@hageboeck
Copy link
Member

Anyway, I think we should add 'fail the build on warning' at some point, I keep this open as a reminder.

Also, lets make sure the CI has the nvidia version where this does not happen.

Both good suggestions, let's do that! Once the Makefile work is merged, adding the -Werror can be done by just setting environment variables in the CI. 🙂

I don't know, however, in which cuda version the fix will show up ... 🙁

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants