Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

pbartholomew08

pbartholomew08 pushed 1 commit to main pbartholomew08/benchmarks
  • Add initial BabelStream measurements for EPCC Grace Hopper node f25c5bf

View on GitHub

pbartholomew08 pushed 1 commit to main pbartholomew08/benchmarks
  • Create LICENSE License under CC BY 4.0 5ab3925

View on GitHub

pbartholomew08 created a branch on pbartholomew08/benchmarks

main - Benchmark results

pbartholomew08 created a repository: pbartholomew08/benchmarks

https://github.com/pbartholomew08/benchmarks - Benchmark results

pbartholomew08 pushed 365 commits to main pbartholomew08/BabelStream
  • Fix GCC AMD build for OpenMP offload 4abb080
  • Fixed sycl kernel linking for computecpp 8c87f9d
  • Make OpenMP array size signed a9fd663
  • Save array size argument as signed integer 00de932
  • use signed int for Kokkos array size e6c200a
  • use signed ints for ACC array size 850c63d
  • use signed array size for CUDA 693a7e7
  • use signed array size for OpenCL 94c7c3d
  • use signed ints for STD C++17 ecc47f5
  • use signed ints for STD C++20 d01b46a
  • Update CHANGELOG with signed int change 20c3284
  • use signed array size for SYCL 9a69d3d
  • use signed ints for HIP 66aaec2
  • use signed ints for HC 87ab797
  • use signed int for array size in RAJA 1500100
  • Add parseInt function for parsing CLI arguments for array size 903eb40
  • [SYCL 2020] Use unnamed lamdas 8c72b52
  • Remove old comment e8faf68
  • [SYCL 2020] update namespace from cl::sycl to sycl:: Also remove the use namespace to make it clear what comes from ... 501c61c
  • [SYCL 2020] Use sycl::id for init kernel 8f53570
  • and 345 more ...

View on GitHub

pbartholomew08 pushed 1 commit to master pbartholomew08/STREAM
  • Correct a typo in stream.c 4dbce1d

View on GitHub

pbartholomew08 created a review on a pull request on xcompact3d/Incompact3d

View on GitHub

pbartholomew08 created a branch on CFLaboratory/CFGrid

2-extract-sections-of-a-mesh-file - CFMesh is a mesh-handling utility library.

pbartholomew08 deleted a branch CFLaboratory/CFGrid

config--clang-tidy

pbartholomew08 pushed 4 commits to develop CFLaboratory/CFGrid
  • chore: Remove deleted clang-tidy feature AnalyzeTemporaryDtors was deprecated in clang-tidy 6 and is no longer avail... a7fd0bd
  • style: Apply clang-tidy rules ed3b302
  • chore: Update CHANGELOG 96c7a70
  • Merge pull request #9 from CFLaboratory/config--clang-tidy Apply clang-tidy 6598ee3

View on GitHub

pbartholomew08 closed a pull request on CFLaboratory/CFGrid
Apply clang-tidy
pbartholomew08 pushed 1 commit to config--clang-tidy CFLaboratory/CFGrid

View on GitHub

pbartholomew08 opened a draft pull request on CFLaboratory/CFGrid
Config clang tidy
pbartholomew08 created a branch on CFLaboratory/CFGrid

config--clang-tidy - CFMesh is a mesh-handling utility library.

pbartholomew08 pushed 1 commit to develop CFLaboratory/CFGrid
  • chore: Add a basic clang-tidy configuration Eventually this can be used to include linting as part of testing 4bb88a9

View on GitHub

pbartholomew08 pushed 1 commit to develop CFLaboratory/CFGrid
  • style: Apply clang-format across code Code should always be formatted with clang-format from now on 8ac6d19

View on GitHub

pbartholomew08 deleted a branch CFLaboratory/CFGrid

tidy-reader

pbartholomew08 pushed 12 commits to develop CFLaboratory/CFGrid
  • refactor: Tidy up the get_format utility function aa08262
  • refactor: Encapsulate get_format functionality into classes 51c43c0
  • refactor: Lift gmsh_header_parser implementation into source file 36d86e2
  • tests: Add testing for the gmsh_header_parser b9cfd29
  • refactor: Remove unused include 6bab3b9
  • refactor: Add nodiscard attribute on function return values 1a2f919
  • refactor: Add const property on lambda return values 0e21c75
  • docs: Add documentation of the gmsh_header struct 8d55d87
  • docs: Add documentation for the gmsh_header_parser class 56d081c
  • refactor: Minor formatting change 468efd5
  • refactor: Split I/O and logic 561841f
  • Merge pull request #8 from CFLaboratory/tidy-reader Tidy reader bc6fdc2

View on GitHub

pbartholomew08 closed a pull request on CFLaboratory/CFGrid
Tidy reader
pbartholomew08 pushed 1 commit to tidy-reader CFLaboratory/CFGrid
  • refactor: Split I/O and logic 561841f

View on GitHub

pbartholomew08 created a review comment on a pull request on CFLaboratory/CFGrid
This class should not perform I/O

View on GitHub

pbartholomew08 created a review comment on a pull request on CFLaboratory/CFGrid
This class should not perform I/O

View on GitHub

pbartholomew08 created a review on a pull request on CFLaboratory/CFGrid

View on GitHub

pbartholomew08 created a review comment on a pull request on CFLaboratory/CFGrid
This class should not perform I/O

View on GitHub

pbartholomew08 pushed 2 commits to tidy-reader CFLaboratory/CFGrid
  • refactor: Minor formatting change 468efd5
  • refactor: Split I/O and logic 22ae3e4

View on GitHub

pbartholomew08 pushed 10 commits to tidy-reader CFLaboratory/CFGrid
  • chore: Update .clang-format indentation style 0ec7b7d
  • refactor: Tidy up the get_format utility function aa08262
  • refactor: Encapsulate get_format functionality into classes 51c43c0
  • refactor: Lift gmsh_header_parser implementation into source file 36d86e2
  • tests: Add testing for the gmsh_header_parser b9cfd29
  • refactor: Remove unused include 6bab3b9
  • refactor: Add nodiscard attribute on function return values 1a2f919
  • refactor: Add const property on lambda return values 0e21c75
  • docs: Add documentation of the gmsh_header struct 8d55d87
  • docs: Add documentation for the gmsh_header_parser class 56d081c

View on GitHub

pbartholomew08 created a review on a pull request on xcompact3d/Incompact3d
A few minor things, but looks good! In the examples where I could see values in the input where changing I tried to highlight model/physics values in case these have changed over time unintenti...

View on GitHub

pbartholomew08 created a review comment on a pull request on xcompact3d/Incompact3d
Could you not just `foreach` over `list_files` instead of building a local copy?

View on GitHub

pbartholomew08 created a review comment on a pull request on xcompact3d/Incompact3d
Minor typo: default

View on GitHub

pbartholomew08 created a review comment on a pull request on xcompact3d/Incompact3d
I think it can be useful to have these messages to confirm what tests are being generated. Perhaps we could make them more useful by `Add <MPI | MPI + Python> Test ${case}`?

View on GitHub

Load more