Skip to content
View PhilipFackler's full-sized avatar

Block or report PhilipFackler

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. AMPE AMPE Public

    Forked from LLNL/AMPE

    Adaptive Mesh Phase-field Evolution

    C

  2. kokkos kokkos Public

    Forked from kokkos/kokkos

    Kokkos C++ Performance Portability Programming EcoSystem: The Programming Model - Parallel Execution and Memory Abstraction

    C++

  3. xolotl xolotl Public

    Forked from ORNL-Fusion/xolotl

    Spatially dependent cluster dynamics simulator

    C++

  4. plsm plsm Public

    Forked from ORNL-Fusion/plsm

    Parallel Lattice Subpaving Map

    C++

  5. RIOPA.jl RIOPA.jl Public

    Forked from ORNL/RIOPA.jl

    Proxy app for input/output pattern generation in the Exascale Computing Project using Julia

    Julia

  6. simple-gemm simple-gemm Public

    Forked from williamfgc/simple-gemm

    Collection of simple General Matrix Multiplication - GEMM implementations

    Julia

379 contributions in the last year

Contribution Graph
Day of Week March April May June July August September October November December January February March
Sunday
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More

Contribution activity

March 2025

Created 18 commits in 2 repositories

Created a pull request in JuliaORNL/JACC.jl that received 6 comments

Change shmem_size to use thread count (like AMDGPUExt)

+9 −13 lines changed 6 comments
Opened 6 other pull requests in 1 repository
Reviewed 1 pull request in 1 repository
JuliaORNL/JACC.jl 1 pull request

Created an issue in JuliaORNL/JACC.jl that received 4 comments

Move kernel parameter to first place to allow do syntax

Quoting email from @kbarros: Current: function axpy(i, alpha, x, y) x[i] += alpha * y[i] end JACC.parallel_for(N, axpy, alpha, x_d, y_d) Wouldn't "…

4 comments
Opened 11 other issues in 2 repositories
Loading