Variable length arrays in 1.4 beta 2

Open discussion for MAGMA library (Matrix Algebra on GPU and Multicore Architectures)
Post Reply
tkacvins
Posts: 4
Joined: Mon Feb 25, 2013 10:33 am

Variable length arrays in 1.4 beta 2

Post by tkacvins » Tue Jul 02, 2013 10:25 am

Hi,

A while ago I had reported an issue building MAGMA on Windows where using variable length arrays are not supported by the Microsoft Visual Studio C++ compiler. I was told that this issue would be addressed for 1.4, but I have run into the issue with 1.4 beta 2. Will this be fixed for the final release?

Thanks,

Tom

mgates3
Posts: 918
Joined: Fri Jan 06, 2012 2:13 pm

Re: Variable length arrays in 1.4 beta 2

Post by mgates3 » Wed Jul 03, 2013 10:38 am

Thanks. This was an oversight. We corrected the previous instances, but a couple new ones got introduced. Those will be corrected. Detecting them requires using some compiler flags that we don't normally use, but I can add that to our pre-release checks.
-mark

Post Reply