During testing, we called cuBLAS APIs but encountered cuBLAS Error: 14 (CUBLAS_STATUS_INTERNAL_ERROR) when using an intercept library. Without the intercept library, the code runs successfully. We suspect the issue may be related to the intercept library's implementation or configuration, but the exact cause is unclear. Please assist in diagnosing the issue or suggest potential solutions. Thank you.
for example:
cublasHandle_t handle;
cublasCreate(&handle);
cuBLAS Error: 14