1
I Use This!
Inactive

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 4 hours ago.
Aug 31, 2024 — Aug 31, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
phony screws it up
Jeff Hammond
as jhammond
More... almost 15 years ago
finally done with this i hope
Jeff Hammond
as jhammond
More... almost 15 years ago
man i am stupid tonight
Jeff Hammond
as jhammond
More... almost 15 years ago
the second half of this commit, oops.
Jeff Hammond
as jhammond
More... almost 15 years ago
abort is void since rc can never be used
Jeff Hammond
as jhammond
More... almost 15 years ago
need the type headers in a1u.h to compile
Jeff Hammond
as jhammond
More... almost 15 years ago
adding the A1U_Read_params + A1U_Settings/a1u_settings input
Jeff Hammond
as jhammond
More... almost 15 years ago
splitting up settings into: 1. A1D_Settings_t/a1d_settings for device-dependent settings 2. A1U_Settings_t/a1u_settings for device-independent settings
Jeff Hammond
as jhammond
More... almost 15 years ago
adding "if(target == my_rank && a1_settings.network_bypass)" to memcpy routines so we can turn it off and on for benchmarks and i suspect some application codes will benefit from this. maybe should be threshold-based instead.
Jeff Hammond
as jhammond
More... almost 15 years ago
fixed trivial bug that caused this test to crash
Jeff Hammond
as jhammond
More... almost 15 years ago
adding a global variable that will ensure handoff does not go into an infinite loop. when we are inside handoff function, it does not make sense to call handoff again More... almost 15 years ago
adding localcpy implementation for getv More... almost 15 years ago
removing debug prints, my bad!! More... almost 15 years ago
1) fixing dispalcement cacluation in pack/unpack functions 2) implementing local cpy operations More... almost 15 years ago
oops
Jeff Hammond
as jhammond
More... almost 15 years ago
now one can do the whole testing from command line with make minimal-effort-wise in some sense
Jeff Hammond
as jhammond
More... almost 15 years ago
makefile target now submits all tests, but note that they will blow away old test outputs
Jeff Hammond
as jhammond
More... almost 15 years ago
(1) fix an minor issue wherein e.g. A1D_Get was called after A1D_Get_memcpy for local ops (2) added all A1U_*_memcpy ops in the appropriate ADL functions
Jeff Hammond
as jhammond
More... almost 15 years ago
adding localcopy implementations for put,get and acc - inprogress exposing locking through A1D functions adding armci error function More... almost 15 years ago
add a few comments and started working on the new memregion-based API
Jeff Hammond
as jhammond
More... almost 15 years ago
restored the memory segments part of the API for now but it will be deprecated as soon as we move put/get/acc to use memregions+offsets instead of pointers
Jeff Hammond
as jhammond
More... almost 15 years ago
adding DMAPP test from the Cray GNU/DMAPP manual
Jeff Hammond
as jhammond
More... almost 15 years ago
meh
Jeff Hammond
as jhammond
More... almost 15 years ago
this has the no-scaling test in it which shows that FMA makes this optimization pointless
Jeff Hammond
as jhammond
More... almost 15 years ago
change unrolling
Jeff Hammond
as jhammond
More... almost 15 years ago
negligible change
Jeff Hammond
as jhammond
More... almost 15 years ago
so this is the data from the accumulate_unaligned.x test as of this date
Jeff Hammond
as jhammond
More... almost 15 years ago
it's working now. still thinking about results.
Jeff Hammond
as jhammond
More... almost 15 years ago
fix all syntax errors and incorrect use of assert :-(
Jeff Hammond
as jhammond
More... almost 15 years ago
ready to test on BG/P
Jeff Hammond
as jhammond
More... almost 15 years ago