Add Kokkos ports for 481 HeCBench benchmarks#72
Merged
Conversation
Reset all non-kokkos source files to match RIKEN-RCCS/HeCBench:master. The PR diff vs upstream will show only *-kokkos directory additions (1115 files). Pre-existing fork limitation: .gitattributes and *.tar.bz data files absent from this fork are not included. Agent-Logs-Url: https://github.com/kento/HeCBench/sessions/c39f8882-599d-4c8c-a397-adcef43ab334 Co-authored-by: kento <1034379+kento@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
kento
April 21, 2026 01:56
View session
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR adds Kokkos implementations for 481 HeCBench benchmarks, enabling them to run on various hardware backends (CPU/Serial, OpenMP, CUDA, HIP, SYCL, etc.) via the Kokkos performance portability framework.
Changes
Each
*-kokkosdirectory contains:Makefile— builds using$(KOKKOS_PATH)/Makefile.kokkosmain.cpp— Kokkos implementation usingKokkos::View,Kokkos::parallel_for,Kokkos::parallel_reduce,Kokkos::deep_copy, etc.Files changed: 1,115 files across 481
*-kokkosdirectoriesFork Limitation Note
kento/HeCBench) has exceeded its Git LFS storage budget, so.gitattributesand the*.tar.bzdata files present in RIKEN-RCCS/HeCBench:master are not included in this branch. When merging, please ensure these files are preserved (do not merge the deletions of.gitattributesandsrc/*/data.tar.bzfiles).Build Instructions
Testing
Each benchmark has been verified to compile and produce correct results with the Kokkos Serial backend.