Skip to content

cuBLAS API Call Fails with CUBLAS_STATUS_INTERNAL_ERROR (14) When Using Intercept Library #17

@shaoxun6033

Description

@shaoxun6033

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions