Skip to content

[SYCL][Bindless] Fix compiler Werrors #10464

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

Merged

Conversation

przemektmalon
Copy link
Contributor

  • Fixed compiler errors/warnings related to unused and uninitialized variables and parameters.

Post-commit fix for PR: #10112

- Fixed compiler errors/warnings related to unused and uninitialized
variables and parameters.

Post-commit fix for PR: intel#10112
@@ -131,8 +131,7 @@ cudaToUrImageChannelFormat(CUarray_format cuda_format,
}
}

ur_result_t urTextureCreate(ur_context_handle_t hContext,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This changes the signature of the function, is that intentional?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, this is just an internal helper function and we don't need the hContext parameter.

Copy link
Contributor

@jchlanda jchlanda left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Other than the comment above, LGTM 👍

@przemektmalon przemektmalon temporarily deployed to aws July 19, 2023 11:33 — with GitHub Actions Inactive
@przemektmalon przemektmalon temporarily deployed to aws July 19, 2023 12:22 — with GitHub Actions Inactive
@dm-vodopyanov dm-vodopyanov merged commit 6f32df0 into intel:sycl Jul 19, 2023
fabiomestre pushed a commit to fabiomestre/llvm that referenced this pull request Sep 26, 2023
- Fixed compiler errors/warnings related to unused and uninitialized
variables and parameters.

Post-commit fix for PR: intel#10112
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.

3 participants