Block or Report
Block or report PhilMiller
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
UIUC-PPL/charm Public
The Charm++ parallel programming system. Visit https://charmplusplus.org/ for more information.
-
-
ECP-WarpX/WarpX Public
WarpX is an advanced, time-based electromagnetic & electrostatic Particle-In-Cell code.
-
-
kokkos/kokkos Public
Kokkos C++ Performance Portability Programming EcoSystem: The Programming Model - Parallel Execution and Memory Abstraction
-
763 contributions in the last year
Activity overview
Contribution activity
March 2023
Created 17 commits in 5 repositories
Created a pull request in kokkos/kokkos that received 8 comments
Revert removal of icpc hanging workaround
The workaround was specifically for a hang in icpc 19.0.5 compiling with -O3. It resurfaced in nightly testing. Fixes #5933 This reverts commit 33e…
Opened 10 other pull requests in 5 repositories
DARMA-tasking/magistrate
2
open
2
merged
kokkos/kokkos-core-wiki
2
merged
kokkos/kokkos
1
merged
1
open
ECP-WarpX/WarpX
1
merged
DARMA-tasking/vt
1
merged
Reviewed 33 pull requests in 5 repositories
kokkos/kokkos
12 pull requests
-
Introduce
KOKKOS_IMPL_ARCH_NVIDIA_GPU
macro - simd: make binary op tests to test against all data types
- UnorderedMap: Fix mutable m_size corruption bug
-
Bit manipulation: implement
byteswap
- #5641: Fix HIP & CUDA MDRange reduce for sizeof(value_type) < sizeof(int)
- Allow NVCC 12 to compile using C++20 flag
- Make CUDA bhalf conversion code more forward compatible
-
Desul atomics: fix bug in
desul::Impl::numeric_limits_max<uint64_t>
value - Use std::sort for sort within a bin in BinSort for Serial and OpenMP
-
Fix
OpenMPTarget::concurrency()
- Revert removal of icpc hanging workaround
- UnorderedMap: Work around mutable m_size corruption bug
DARMA-tasking/vt
11 pull requests
- #2107: CI: remove builds for unsupported compilers
- #2115: Update CMake min required version to 3.23
- #2046: build: remove detector as dependency
- 2082: Allow for custom compiler version in NVCC builds
- #2117: location: add new assertions to detect duplicate insertions
- #2098: runtime: add code to generate node IDs
-
#2111: Silence
nvcc
warnings - #2068: disable vtAssert test for Intel Classic
- 2102 collection broadcast loses message data
-
2091: fix
missing return statement
warning - 276 Automatically synthesize and deduce message types for sends to arbitrary handlers
ECP-WarpX/WarpX
5 pull requests
DARMA-tasking/magistrate
4 pull requests
DARMA-tasking/find-unsigned-commits
1 pull request
Created an issue in kokkos/kokkos-kernels that received 7 comments
Alias CMake library name as KokkosKernels::kokkoskernels
Add the proper alias KokkosKernels::kokkoskernels
to match what it's exported as from Trilinos (and what it ought to be), and deprecate the Kokkos:…