-
Notifications
You must be signed in to change notification settings - Fork 184
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mark the TriangularSolverMatrix
"kernel" functions as EIGEN_DEVICE_FUNC
#8782
Mark the TriangularSolverMatrix
"kernel" functions as EIGEN_DEVICE_FUNC
#8782
Conversation
enable gpu |
please test |
A new Pull Request was created by @fwyzard (Andrea Bocci) for branch IB/CMSSW_13_3_X/master. @smuzaffar, @iarspider, @aandvalenzuela can you please review it and eventually sign? Thanks. |
Note that the compiler would warn about the underlying error, but Eigen silences those warnings. The culprit seems to be https://github.com/cms-externals/eigen-git-mirror/blob/e021252e5767868dac39ab75a73616ec871460ec/Eigen/src/Core/util/DisableStupidWarnings.h#L117 : EIGEN_NV_DIAG_SUPPRESS(20011) |
-1 Failed Tests: UnitTests GpuUnitTests Unit TestsI found 1 errors in the following unit tests: ---> test TestGeneratorInterfacePythia8ConcurrentGeneratorFilter had ERRORS GPU Unit TestsI found 1 errors in the following unit tests: ---> test testTFVisibleDevicesCUDA had ERRORS Comparison SummarySummary:
GPU Comparison SummarySummary:
|
The failing tests are unrelated to these changes, while |
@smuzaffar can this be merged ? |
+externals unit tests failures are not related to this PR |
This pull request is fully signed and it will be integrated in one of the next IB/CMSSW_13_3_X/master IBs (but tests are reportedly failing). This pull request will now be reviewed by the release team before it's merged. @rappoccio, @sextonkennedy, @antoniovilela (and backports should be raised in the release meeting by the corresponding L2) |
This should fix cms-sw/cmssw#42460 .
For reference, the changes are cms-externals/eigen-git-mirror@e021252 :