Christian Trott
Christian Trott
Output from incremental test: ``` core/unit_test/Kokkos_IncrementalTest_HIP [==========] Running 28 tests from 1 test suite. [----------] Global test environment set-up. [----------] 28 tests from HIP [ RUN ] HIP.IncrTest_01_execspace_typedef [ OK...
Note I have a few test failures for the math special functions which don't produce the results within the tolerances we expect, and in some cases NAN and INF seem...
I am wondering if it's a problem with the driver. I.e. that a newer driver than ROCM 6.0 doesn't work anymore for MI50.
Just looked it up support for MI50 is deprecated: https://rocm.docs.amd.com/projects/install-on-linux/en/latest/reference/system-requirements.html I wonder how well they test the drivers, and your specific failure modes (with stuff like pages not mapped) could...
`std::less` won't work on the device so we would need a `Kokkos::less` ...
Hi, thanks for the contribution. Generally in tutorials we are trying to have a specific educational thing we want to convey. In the existing memory space tutorial we are introducing...
Retest this please!
I believe a new macro is warranted. NVCC currently does not require the markup on constructors (though it works with them too). But my experience with markup on defaulted ctors...
There is a real issue with OpenMPTarget @rgayatri23 can you take a look too?
@tpadioleau the OpenMPTarget failure looks real. Not sure when @rgayatri23 will have time so if you can track it down that would be great. Possibly we can just disable the...