Hi Toby, > Having fixed up a layout consistency check, I seem to have hit a real > scheduler bug. I'm currently reading the code myself with a view to a > fix, but since you wrote it, I suspect you'd be quicker. I've written a > C++ program that produces a seg-fault: http://paste.ubuntu.com/6030580/
This is indeed a bug. It stems from the simplification used within the expression templates: The LHS argument is always the one with the higher 'dimension', while in your test case it is the other way round. I'll fix this tomorrow when I'm back in the lab. Best regards, Karli ------------------------------------------------------------------------------ Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more! Discover the easy way to master current and previous Microsoft technologies and advance your career. Get an incredible 1,500+ hours of step-by-step tutorial videos with LearnDevNow. Subscribe today and save! http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk _______________________________________________ ViennaCL-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/viennacl-devel
