• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

bernardladenthin / BitcoinAddressFinder / #316
73%

Build:
DEFAULT BRANCH: main
Ran 25 May 2025 06:39PM UTC
Jobs 1
Files 71
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

25 May 2025 06:36PM UTC coverage: 65.637% (-0.4%) from 66.005%
#316

push

bernardladenthin
Add loopCount support to OpenCL kernel for batched key generation

- Introduced `loopCount` parameter in `CProducerOpenCL` to allow multiple key computations per OpenCL work-item.
- Documented `loopCount` usage and constraints in detail.
- Adjusted `OpenClTask` to divide total work size by `loopCount`, validating input constraints.
- Updated kernel signature `generateKeysKernel_grid` to accept `loopCount` as third argument.
- Refactored kernel logic to loop over `loopCount` iterations:
  - First iteration uses `point_mul_xy` for scalar multiplication.
  - Subsequent iterations use `point_add_xy` to accumulate additional keys.
  - Coordinates are serialized and hashed per loop iteration.
- Added helper `copy_constant_u32_array_private_u32()` to copy constants into local registers.
- Defined precomputed base point offsets (`G_OFFSET_X1`, etc.) using `ONE_COORDINATE_NUM_WORDS` for clarity and maintainability.
- Updated test classes to set `loopCount` derived from `BITS_FOR_BATCH >> 1`.

1 of 16 new or added lines in 2 files covered. (6.25%)

1232 of 1877 relevant lines covered (65.64%)

0.66 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
15
0.0
0.0% src/main/java/net/ladenthin/bitcoinaddressfinder/OpenClTask.java
Jobs
ID Job ID Ran Files Coverage
1 #316.1 25 May 2025 06:39PM UTC 71
65.64
Source Files on build #316
  • Tree
  • List 71
  • Changed 2
  • Source Changed 2
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 88dba0f2 on github
  • Prev Build on main
  • Next Build on main
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc