Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More uniform sampling #2440

Draft
wants to merge 39 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
2706e73
Streamline cable probing.
thorstenhater Jan 13, 2025
1b27160
Clean-up.
thorstenhater Jan 14, 2025
59ea7f4
more clean-up
thorstenhater Jan 14, 2025
e87cd1e
Typo, add short flags.
thorstenhater Jan 17, 2025
8c0153f
Ion and axial currents.
thorstenhater Jan 18, 2025
6e5361a
incremental progress
thorstenhater Jan 21, 2025
447114c
clean up.
thorstenhater Feb 6, 2025
1ae48ac
Re-enable tests.
thorstenhater Feb 7, 2025
c45a7a7
Another step.
thorstenhater Feb 7, 2025
584cb8d
One more scalar gone.
thorstenhater Feb 7, 2025
abd867e
Remove scalar probes, reify scratch.
thorstenhater Feb 7, 2025
ec3e188
Styling, LIF
thorstenhater Feb 7, 2025
334bbbe
ruff
thorstenhater Feb 7, 2025
f87ff63
REfactor simple sampler, fix test_v_clamp.
thorstenhater Feb 8, 2025
d4aced9
Re-factor probe-demo one last time.
thorstenhater Feb 11, 2025
ff6c740
re-organise
thorstenhater Feb 11, 2025
67c731d
simpler simple_sampler running
thorstenhater Feb 11, 2025
88fc189
Construct mcable in macro?!
thorstenhater Feb 11, 2025
f2c4e38
Make return explicit?
thorstenhater Feb 12, 2025
c7c12bb
More explicit construction
thorstenhater Feb 12, 2025
6742c12
Catch leftover cast.
thorstenhater Feb 12, 2025
806b52c
Switch meta/value type in cable cells from docs to types
thorstenhater Feb 17, 2025
34fd24d
Major snapshot.
thorstenhater Feb 20, 2025
86363a8
Fix _some_ casting.
thorstenhater Feb 20, 2025
7dd7706
Fix pointer and any work.
thorstenhater Feb 21, 2025
eebf939
All tests pass.
thorstenhater Feb 21, 2025
d665545
Examples do compile.
thorstenhater Feb 26, 2025
228f32f
GCC, please
thorstenhater Feb 26, 2025
8c88ecb
More
thorstenhater Feb 26, 2025
e7ad1f3
python tests ok
thorstenhater Feb 26, 2025
6bfc104
Drop usage of util::remove_cvref
thorstenhater Feb 28, 2025
d9b1076
Add inference meta => value
thorstenhater Feb 28, 2025
015db62
Bump GCC 12 -> 13
thorstenhater Feb 28, 2025
1feb73a
Add header
thorstenhater Feb 28, 2025
0219744
Revert "Bump GCC 12 -> 13"
thorstenhater Feb 28, 2025
d8ca54c
Drop back to fmt.
thorstenhater Feb 28, 2025
bca28a4
Drop fmt from sample reader, make exceptions.
thorstenhater Feb 28, 2025
06ea12b
Classy sample_reader
thorstenhater Mar 2, 2025
8985e22
clean api
thorstenhater Mar 2, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ on:
jobs:
build:
name: "Benchmarks"
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
strategy:
fail-fast: false
env:
CC: gcc-12
CXX: g++-12
CC: gcc-14
CXX: g++-14
steps:
- name: Get build dependencies
run: |
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -106,3 +106,4 @@ _skbuild
# generated by test scripts
results
/_deps/
/install-*
Loading
Loading