Randolph Settgast

Results 83 comments of Randolph Settgast

work moved to https://github.com/GEOS-DEV/GEOS/pull/2767

@cssherman @CusiniM Given the updated ATS, should we revisit this or close it ?

@sframba Is this deprecated? If so, please close

@shabnamjs Is this abandoned?

@jiemeng-total @acitrain This was replaced by something else??

Well...we don't really do any error checking inside a kernel except for range checking...do we?

What did you have in mind for `std::fma` for device kernels?

I suspect that it may force the compiler to recognize the `fma` operation, when it might miss it otherwise?? We are getting all sorts of `DFMA` instructions in our CUDA...

without `fma` I count 27 fp operations. ```c++ dstSymMatrix[ 3 ] = matrixA[ 1 ][ 0 ] * ( symMatrixB[ 0 ] * matrixA[ 2 ][ 0 ] + symMatrixB[...

@corbett5 Odd...I couldn't get the overload to work when I tried it....but now it works fine. Must be my cognitive decline coming into play. I am looking at this from...