Summary: | Runtime failure in 'evalutors' test on 3.1.0-alpha1 using Intel 11.1 | ||
---|---|---|---|
Product: | Eigen | Reporter: | Rhys Ulerich <rhys.ulerich> |
Component: | Core - expression templates | Assignee: | Nobody <eigen.nobody> |
Status: | RESOLVED FIXED | ||
Severity: | Failed Unit Test | CC: | chtz, gael.guennebaud, jacob.benoit.1, jitseniesen |
Priority: | Normal | ||
Version: | 3.3 (current stable) | ||
Hardware: | x86 - 64-bit | ||
OS: | Linux | ||
Whiteboard: | |||
Bug Depends on: | |||
Bug Blocks: | 99 |
Description
Rhys Ulerich
2011-12-07 17:14:44 UTC
Notice this is at -O3. Not sure what optimization level is supported for Intel. Feel free to tell me to re-run it at -O2 if you like. While this of course needs to be fixed eventually, evaluators will not make it into 3.1. Would it make sense to disable this test for 3.1, or even remove this file and AssignEvaluator.h and CoreEvaluators.h temporarily and resurrect them when we branch 3.2? It could be quite confusing if we include code in Eigen 3.1 that isn't used anywhere. Sounds like a plan. I agree with that too I resurrected the changes: https://bitbucket.org/eigen/eigen/changeset/0621fc0573b5/ changeset: 0621fc0573b5 user: ggael date: 2012-06-22 09:39:35 summary: resurrect expression evaluators This unit test has been passing successfully for a while now. -- GitLab Migration Automatic Message -- This bug has been migrated to gitlab.com's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.com/libeigen/eigen/issues/388. |