Kyle A. Schau
Kyle A. Schau
Is there a way for intellisense to "see" subroutines, variables, etc. across a multiroot workspace in VS Code? i.e. -/ |__ source-for-lib/ |__ source-for-executable/ In which source-for-executable code makes calls...
Kokkos 4.0 changed many class members set with `Kokkos::initialize()` to `inline static T` types. With this change it seems there is an issue with pybind11 and setting these members persistently...
Is there a reason layouts are defaulted to LayoutRight for kokkos.arrays instead of being exec space preference based like native Kokkos? Currently, if one creates a CudaSpace array without specifying...
Add macOS lldb support to defaults. Currently, gdb is only available for x86 macs. lldb is required for apple silicon macs.