Malachi
Malachi
Subroutines to change (looking through `math.f`): - [ ] icopy - [ ] cmult - [ ] iswap - [ ] isort - [ ] sort There may be more.
Any updates concerning this?
> Any updates concerning this? Bump
To be clear, this logic is also repeated across other backends, e.g. https://github.com/libocca/occa/blob/2e576e69e07627a516b568079e047965a9bd8d24/src/occa/internal/modes/cuda/device.cpp#L53.
> For consistency, the flags for the SYCL backend should also be updated also. > > https://github.com/libocca/occa/blob/2e576e69e07627a516b568079e047965a9bd8d24/src/occa/internal/modes/dpcpp/utils.cpp#L43 > > (Currently Metal and OpenMP don't have their own env variables for...
> @MalachiTimothyPhillips can you set your PR to merge into development. Done. Please let me know if you need anything else. Cheers!
> @trilinos/muelu > > @MalachiTimothyPhillips Is this with a recent integration of Trilinos? Correct -- this isn't currently preventing Sierra from building, but we are looking to do an integration...
> @MalachiTimothyPhillips Can you share a configure script? These are the configure flags passed to `cmake`: [spack-configure-args-cleaned.txt](https://github.com/trilinos/Trilinos/files/14656792/spack-configure-args-cleaned.txt) Note the full spack paths for 3rd party library/include dirs is abbreviated ``....
> @MalachiTimothyPhillips Could you try with these flags? > > ``` > -D KokkosKernels_INST_MEMSPACE_CUDAUVMSPACE=ON > -D Tpetra_ALLOCATE_IN_SHARED_SPACE=ON > ``` > > See #12622. No luck. I've generated a smaller reproducer...
Setting: ``` -DTpetra_INST_INT_INT:BOOL=OFF -DTpetra_INST_INT_LONG:BOOL=ON ``` I see the following CMake configure output: ``` -- MueLu: Enabling ETI support -- : OFF -- : OFF -- : OFF -- : ON...