==> /Users/runner/miniforge3/bin/git log -n1 <==
commit 1ce5d91d9dedfdc273066fafa1a618bf05c25b85
Author: Anton Gorenko <ex.rzrjck@gmail.com>
Date:   Sun Jun 8 01:54:16 2025 +0600

    Use fixed point charge spreading on RDNA4 (#4960)
    
    * Use fixed point spread charge on RDNA4 as it is faster
    
    Even though RDNA4 (gfx12) has global_atomic_add_f32, micro-benchmarks and OpenMM benchmarks show
    that it is very slow compared to global_atomic_add_u64.
    
    * Add a workaround for fixed point gridSpreadCharge on RDNA4
    
    Workaround for rare cases when few values of pmeGrid are very large and
    incorrect. The cause is unknown. Why this workaround or other irrelevant
    changes like printf help is also unknown.
==> /Users/runner/miniforge3/bin/git describe --tags --dirty <==
8.3.0
==> /Users/runner/miniforge3/bin/git status <==
HEAD detached at 1ce5d91d9
Untracked files:
	build_env_setup.sh
	conda_build.sh
	metadata_conda_debug.yaml

nothing added to commit but untracked files present
