Paul T. Bauman

Results 27 comments of Paul T. Bauman

Sort of. If the user wants a 2-point rule, they have to pass `order = 1` to the constructor. The more consistent would change this behavior to either `order =...

@SylvainPlessis, I don't understand what you mean by "handles distributions". Please clarify.

Correct, the user would've had to do this code somewhere. But it doesn't necessarily have to be in the likelihood. I was envisioning that the user passes a pointer to...

I was thinking why not just use the abs of the input option to be the seed? When it's positive that's how the seed is chosen, so why not do...

@PaulMullowney This PR addresses a performance issue rather than a "correctness" issue. I do not believe this is related to what you're referring to.

@schoonovernumerics is correct, `hipfort` only targets the existing HIP API. As far as I am aware, it is not planned to support writing GPU kernels in Fortran in the ROCm...

> Namely, to offload to GPUs in Fortran, can Fortran programmers ever anticipate writing in Fortran syntax, similar to what was done in CUDA Fortran ? AFAIK, this is not...