Arturo Vargas

Results 58 issues of Arturo Vargas

Hi all, I recently built AMGX using xlC (Version: 16) as my host compiler, while building the code I hit a number of warnings: ``warning: 1540-5200 The option "-dynamic" is...

enhancement
help wanted

Hello Team Hypre, I was wondering how one can manually set the hip compiler. Looking at the configure file: https://github.com/hypre-space/hypre/blob/514c72be691b8698df7e7069d54458831cbc531e/src/config/configure.in#L1574 It looks like if we use the variable for the...

Hello! Is there a preferred way to cite CHAI?

Hi, I was wondering if GPU support (Nvidia/AMD) is on the roadmap?

Although not directly exposed to the user, I noticed that EA data is layout in a row major format vs .GetSubMatrix() which returns a submatrix in column major. It would...

fem
hpc
stale

See discussion: https://github.com/LLNL/RAJA/pull/1280#discussion_r976857762

feature
API/usability

A potential way to do this is to introduce a multiloop method to handle perfectly nested loops. This could be a gateway for loop reordering as well.

RAJA loop_exec will be removed, seq_exec will be taking its place. | PR | Author | Editor | Reviewers | Assignment | Approval | Merge| | --- | --- |...

building
in-review

With some macro magic I learned from @tomstitt and some existing work from @pazner we have started creating small wrappers for CUDA/HIP library calls to do batch matrix operations. Here...

in-review