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

Address compilation warnings #351

Open
9 tasks
FlorianReiss opened this issue Feb 1, 2023 · 0 comments
Open
9 tasks

Address compilation warnings #351

FlorianReiss opened this issue Feb 1, 2023 · 0 comments

Comments

@FlorianReiss
Copy link
Member

FlorianReiss commented Feb 1, 2023

a non-exhaustive list of compilations warning

  • nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release
  • src/PDFs/physics/resonances/Spline.cu(19): warning: variable "pwa_coefs_idx" was declared but never referenced
  • #warning "host_defines.h is an internal header file and must not be used directly. This file will be removed in a future CUDA release. Please use cuda_runtime_api.h or cuda_runtime.h instead.
  • include/goofit/PdfBase.h(36): warning: parameter "oblist" was declared but never referenced
  • include/goofit/PdfBase.h(36): warning: parameter "varlist" was declared but never referenced
  • include/goofit/PdfBase.h(59): warning: parameter "args" was declared but never referenced
  • src/PDFs/PdfBase.cu(167): warning: a __device__ variable "GooFit::d_function_table" cannot be directly read in a host function
  • src/PDFs/PdfBase.cu(234): warning: a __device__ variable "GooFit::d_function_table" cannot be directly read in a host function
  • src/PDFs/physics/resonances/RhoOmegaMix.cu:36:16: warning: unused variable ‘m’
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

No branches or pull requests

1 participant