Skip to content

Commit

Permalink
Fix type error in magma interface
Browse files Browse the repository at this point in the history
  • Loading branch information
Wentzell committed Apr 26, 2024
1 parent d441083 commit 5d67da6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion c++/nda/blas/interface/cublas_interface.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ namespace nda::blas::device {
}

// Get Magma queue, Used by all magma routines
magma_queue_t &get_magma_queue() {
auto &get_magma_queue() {
struct queue_t {
queue_t() {
int device{};
Expand Down

0 comments on commit 5d67da6

Please sign in to comment.