Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 0b837738 authored by Mathieu Faverge's avatar Mathieu Faverge
Browse files

desc: allows descriptors to store matrices of integers

parent 2c450498
No related branches found
No related tags found
1 merge request!393GETRF: Integrate IPIV array in the interface and testings
......@@ -376,7 +376,8 @@ int chameleon_desc_check(const CHAM_desc_t *desc)
chameleon_error("chameleon_desc_check", "NULL matrix pointer");
return CHAMELEON_ERR_UNALLOCATED;
}
if (desc->dtyp != ChamRealFloat &&
if (desc->dtyp != ChamInteger &&
desc->dtyp != ChamRealFloat &&
desc->dtyp != ChamRealDouble &&
desc->dtyp != ChamComplexFloat &&
desc->dtyp != ChamComplexDouble ) {
......
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