Mentions légales du service

Skip to content
Snippets Groups Projects
Commit a1e67800 authored by Philippe SWARTVAGHER's avatar Philippe SWARTVAGHER
Browse files

zgetrf_batched: fix discarding const warning

parent 8d2fdd45
No related branches found
No related tags found
1 merge request!458zgetrf_batched: fix discarding const warning
......@@ -25,7 +25,7 @@
#include <coreblas/cblas_wrapper.h>
struct cl_getrf_batched_args_t {
char *cl_name;
const char *cl_name;
int tasks_nbr;
int diag;
int h;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment