-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix warnings in blas extensions during build on CUDA (#2225)
This PR suggests using conditional logic in blas extensions **(gemm, gemm_batch, gemv**) to fix the warning about `unused 'is_row_major' parameter` during dpnp build on CUDA. The changes ensure that `is_row_major` parameter is only passed when the backend requires it.
- Loading branch information
1 parent
b990bac
commit c4997cc
Showing
3 changed files
with
34 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters