Phillip Allen Lane

Results 16 comments of Phillip Allen Lane

I did keep the CMake output, but it did not seem to report any information about tests. [cmake-output.txt](https://github.com/trilinos/Trilinos/files/6889719/cmake-output.txt)

That seems to have at least enabled ShyLU's tests (by manually adding all flags of the form `ShyLU_{submodule}_ENABLE_TESTS:BOOL=ON`) but seems very tedious to do for all of the other 50-something...

Thank you for the responses. I have successfully gotten Trilinos to begin building the tests by manually enabling them. Unfortunately I am encountering some build errors with undefined references to...

It looks like I might be. Unfortunately the system I am using is having filesystem issues today so I can't checkout the dev branch. Will check in on this tomorrow...

As of the current master, the issue appears to persist.

That makes sense. I suppose I figure that this should be the default behavior, and you shouldn't have to "opt-in" with `sequential_innermaps=False`.

Are there currently any plans to address this issue? I'm encountering this currently. If there are currently no plans to address this issue, would the maintainers be open to a...

A problem with tensor library support that I see is compatibility between CUDA and ROCm. For instance, CUDA doesn't support FP64 WMMA instructions, but ROCm's matrix cores _do_ support FP64...

I just did-- getting several `Invalid read` errors.

Update: Conjugate gradient has been implemented, and @jestes15 and I are currently implementing K nearest neighbors and particle filtering from the Rodinia suite. Still want more, though!