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

fix: quiet compilation warning about implicit functions #27

Merged
merged 2 commits into from
Jul 25, 2023

Conversation

markkimsal
Copy link
Contributor

Missing ifdef checks resulting in the compiler complaining about a function that is only defined within HAVE_CUBLAS blocks. The code could not have reached the function in question.

markkimsal and others added 2 commits July 24, 2023 13:44
Missing ifdef checks resulting in the compiler complaining about a
function that is only defined within HAVE_CUBLAS blocks.  The code
could not have reached the function in question.
@henrique-borba
Copy link
Member

Thank you @markkimsal

I just took advantage of your MR to add this same check in the other places that I identified that were still missing.

Fix #25

@henrique-borba henrique-borba merged commit 2dd212e into NumPower:main Jul 25, 2023
@henrique-borba henrique-borba requested review from henrique-borba and removed request for henrique-borba July 25, 2023 12:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

2 participants