Joanna Piper Morgan
Joanna Piper Morgan
So this is odd. After an initial compilation some of the tests that had previously failed are passing using cached kernels. Again I still think that this has to do...
Ok so I think I was running into similar issues with the roc port and the soultion was a specific version of `libgcc-ng` which is installed when `conda install gxx`
@braxtoncuneo can you comment on if this is the same issue you are seeing on Lassen?
I am also getting this error on OSU's DGX system when running in MPI+GPU mode, it doesn't happen when running on a single GPU (non-GPU job) makes me think it's...
A few questions: 1. Do we want to merge #204 before this? 2. Did you check to make sure this new syntax is still compatible with GPU compilation? 3. I...
Ya I will run the GPU checks!
GPU compilation fails for all problems. The only error that is printed to screen is, ``` Aborted (core dumped) ``` @braxtoncuneo could this be because some of some changing data...
Actually I think we should be able to call into CUDA libraries (i.e. cusolver etc.). I believe this is done by pulling things from `nvvm`. This would be the most...
@ilhamv how urgent is you're need to move towards `jitclass`?