This repository was archived by the owner on Mar 20, 2023. It is now read-only.
Add Error Checking in CUDA-related calls #632
Open
Description
With #618 we have added cuda-related error checking in coreneuron/utils/utils_cuda.h
, which is used in solve_interleaved2_launcher
.
We realised that there is no such error checking in coreneuron/utils/randoms/nrnran123.cu
.
Add it to the relevant calls and locate other places where CUDA-related error checking is needed.