LvArray
LvArray copied to clipboard
Portable HPC Containers (C++)
New tioga and tuo host configs using `cce-18` and `rocm 6.2.1`
This PR seeks to cleanup our treatment of FPE and underflow flushing. Goals: - cleanup platform branching logic - ensure testing is working on all platforms - ensure underflow flush...
This PR supports the construction of PyArrayWrapper with a MODIFIABLE access level. Before the access level was READ_ONLY by default. Now the access level is chosen based on the constness...