asmhatre
  • Joined on 2025-12-11
asmhatre created repository asmhatre/zgc-jdk25-benchmarks 2026-07-30 17:36:52 +00:00
asmhatre pushed to main at asmhatre/vector-api-jep-537-demo 2026-07-26 11:50:16 +00:00
780848e102 Complete runnable Vector API (JEP 537) demo
asmhatre deleted branch demo from asmhatre/vector-api-jep-537-demo 2026-07-26 11:50:16 +00:00
asmhatre merged pull request asmhatre/vector-api-jep-537-demo#1 2026-07-26 11:50:15 +00:00
Complete runnable Vector API (JEP 537) demo
asmhatre created pull request asmhatre/vector-api-jep-537-demo#1 2026-07-26 11:50:07 +00:00
Complete runnable Vector API (JEP 537) demo
asmhatre pushed to demo at asmhatre/vector-api-jep-537-demo 2026-07-26 11:50:01 +00:00
0802231935 Write the README
asmhatre pushed to demo at asmhatre/vector-api-jep-537-demo 2026-07-26 11:48:52 +00:00
fc4160f146 Add captured results and the environment they came from
asmhatre pushed to demo at asmhatre/vector-api-jep-537-demo 2026-07-26 11:48:15 +00:00
e6a4bf993f Add Maven-free JMH run script
asmhatre pushed to demo at asmhatre/vector-api-jep-537-demo 2026-07-26 11:48:04 +00:00
ba9d698b9e Add JMH run script
asmhatre pushed to demo at asmhatre/vector-api-jep-537-demo 2026-07-26 11:47:55 +00:00
6cb4173397 Add JMH Maven build
asmhatre pushed to demo at asmhatre/vector-api-jep-537-demo 2026-07-26 11:47:35 +00:00
57e6c7e2c6 Add JMH benchmark for the brightness kernel
asmhatre pushed to demo at asmhatre/vector-api-jep-537-demo 2026-07-26 11:47:22 +00:00
8b0635434e Add JMH benchmark for the masked filter
asmhatre pushed to demo at asmhatre/vector-api-jep-537-demo 2026-07-26 11:47:07 +00:00
0c3371b29e Add JMH benchmark for the square-and-add kernel
asmhatre pushed to demo at asmhatre/vector-api-jep-537-demo 2026-07-26 11:46:54 +00:00
0b7eabcd8e Add run script for the timing experiments
asmhatre pushed to demo at asmhatre/vector-api-jep-537-demo 2026-07-26 11:46:41 +00:00
0dcf71c0ea Add entry point for the timing experiments
asmhatre pushed to demo at asmhatre/vector-api-jep-537-demo 2026-07-26 11:46:30 +00:00
49b3e67292 Add floating-point reduction ordering demo
asmhatre pushed to demo at asmhatre/vector-api-jep-537-demo 2026-07-26 11:46:19 +00:00
19405ef9e4 Add image brightness + clamp kernel
asmhatre pushed to demo at asmhatre/vector-api-jep-537-demo 2026-07-26 11:46:05 +00:00
db213647d1 Add masked filter-and-sum kernel
asmhatre pushed to demo at asmhatre/vector-api-jep-537-demo 2026-07-26 11:45:52 +00:00
e1368e0d76 Add square-and-add kernel (the auto-vectorized case)
asmhatre pushed to demo at asmhatre/vector-api-jep-537-demo 2026-07-26 11:45:37 +00:00
6afd2e55cc Add sink that keeps results observable